#CC8E51

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

Shades of Twine #CC8E51

Tints of Twine #CC8E51

Color information

#CC8E51 (or 0xCC8E51) is unknown color: approx Twine. HEX triplet: CC, 8E and 51. RGB value is (204,142,81). Sum of RGB (Red+Green+Blue) = 204+142+81=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 142 (55.86% from 255 or 33.26% from 427); Blue value is 81 (32.03% from 255 or 18.97% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8E51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8E51 is #3371AE. Grayscale: #999999. Windows color (decimal): -3371439 or 5344972. OLE color: 5344972.

HSL color Cylindrical-coordinate representation of color #CC8E51: hue angle of 29.76º degrees, saturation: 0.55, 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 #CC8E51 is Cyan = 0, Magento = 0.30, Yellow = 0.60 and Black (K on CMYK) = 0.2.

Color convert

RGB20414281-
CMYK00.300.600.2
HSL29.76º54.67%55.88%-
HSV(B)29.76º60.29%80%-
XYZ36.0632.7812.21-
YUV153.5887.04163.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 47.78%
GREEN value IS 142 (55.86% from 255) = 33.26%
BLUE value IS 81 (32.03% from 255) = 18.97%
R=47.78%
G=33.26%
B=18.97%

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
Decimal2041428100.300.600.229.7654.6755.88
HexCC8E5101E3C141e3738
Octal3142161210367424366770
Binary110011001000111010100010111101111001010011110110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC8E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC8E51; }

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

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

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

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

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

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

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

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