#CC984F

Color #CC984F Twine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Twine #CC984F

Tints of Twine #CC984F

Color information

#CC984F (or 0xCC984F) is unknown color: approx Twine. HEX triplet: CC, 98 and 4F. RGB value is (204,152,79). Sum of RGB (Red+Green+Blue) = 204+152+79=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 152 (59.77% from 255 or 34.94% from 435); Blue value is 79 (31.25% from 255 or 18.16% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC984F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC984F is #3367B0. Grayscale: #9F9F9F. Windows color (decimal): -3368881 or 5216460. OLE color: 5216460.

HSL color Cylindrical-coordinate representation of color #CC984F: hue angle of 35.04º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CC984F is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.2.

Color convert

RGB20415279-
CMYK00.250.610.2
HSL35.04º55.07%55.49%-
HSV(B)35.04º61.27%80%-
XYZ37.5435.8612.34-
YUV159.2382.73159.94-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 204 (80.08% from 255) = 46.90%
GREEN value IS 152 (59.77% from 255) = 34.94%
BLUE value IS 79 (31.25% from 255) = 18.16%
R=46.90%
G=34.94%
B=18.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.61
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041527900.250.610.235.0455.0755.49
HexCC984F0193D14233737
Octal3142301170317524436767
Binary1100110010011000100111101100111110110100100011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC984F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC984F; }

 p { color: rgb(204,152,79); }

 H1.HeaderClassName
 {
   color: #CC984F;
 }
 .AnyTagClassName
 {
   color: #CC984F;
 }
</style>
background-color css

<style>
 a { background-color: #CC984F; }

 a { background-color: rgb(204,152,79); }

 div.DivClassName
 {
   background-color: #CC984F;
 }
 .BgClassName
 {
   background-color: #CC984F;
 }
</style>
border-color css

<style>
 span { border-color: #CC984F; }

 span { border-color: rgb(204,152,79); }

 td.TdClassName
 {
   border-color: #CC984F;
 }
 .TagClassName
 {
   border-color: #CC984F;
 }
</style>