#CC8E52

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

Shades of Twine #CC8E52

Tints of Twine #CC8E52

Color information

#CC8E52 (or 0xCC8E52) is unknown color: approx Twine. HEX triplet: CC, 8E and 52. RGB value is (204,142,82). Sum of RGB (Red+Green+Blue) = 204+142+82=428 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.66% from 428); Green value is 142 (55.86% from 255 or 33.18% from 428); Blue value is 82 (32.42% from 255 or 19.16% from 428); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E52 is #3371AD. Grayscale: #9A9A9A. Windows color (decimal): -3371438 or 5410508. OLE color: 5410508.

HSL color Cylindrical-coordinate representation of color #CC8E52: hue angle of 29.51º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CC8E52 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20414282-
CMYK00.300.600.2
HSL29.51º54.46%56.08%-
HSV(B)29.51º59.8%80%-
XYZ36.132.7912.41-
YUV153.787.54163.88-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.66%
GREEN value IS 142 (55.86% from 255) = 33.18%
BLUE value IS 82 (32.42% from 255) = 19.16%
R=47.66%
G=33.18%
B=19.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.60
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal2041428200.300.600.229.5154.4656.08
HexCC8E5201E3C141e3638
Octal3142161220367424366670
Binary110011001000111010100100111101111001010011110110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E52; }

 p { color: rgb(204,142,82); }

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

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

 a { background-color: rgb(204,142,82); }

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

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

 span { border-color: rgb(204,142,82); }

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