#CCC88B

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

Shades of Winter Hazel #CCC88B

Tints of Winter Hazel #CCC88B

Color information

#CCC88B (or 0xCCC88B) is unknown color: approx Winter Hazel. HEX triplet: CC, C8 and 8B. RGB value is (204,200,139). Sum of RGB (Red+Green+Blue) = 204+200+139=543 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.57% from 543); Green value is 200 (78.52% from 255 or 36.83% from 543); Blue value is 139 (54.69% from 255 or 25.60% from 543); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88B is #333774. Grayscale: #C2C2C2. Windows color (decimal): -3356533 or 9160908. OLE color: 9160908.

HSL color Cylindrical-coordinate representation of color #CCC88B: hue angle of 56.31º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCC88B is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.2.

Color convert

RGB204200139-
CMYK00.020.320.2
HSL56.31º38.92%67.25%-
HSV(B)56.31º31.86%80%-
XYZ50.2256.0132.59-
YUV194.2496.83134.96-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.57%
GREEN value IS 200 (78.52% from 255) = 36.83%
BLUE value IS 139 (54.69% from 255) = 25.60%
R=37.57%
G=36.83%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20420013900.020.320.256.3138.9267.25
HexCCC88B022014382743
Octal3143102130240247047103
Binary110011001100100010001011010100000101001110001001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC88B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC88B; }

 p { color: rgb(204,200,139); }

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

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

 a { background-color: rgb(204,200,139); }

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

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

 span { border-color: rgb(204,200,139); }

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