#CCC27B

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

Shades of Winter Hazel #CCC27B

Tints of Winter Hazel #CCC27B

Color information

#CCC27B (or 0xCCC27B) is unknown color: approx Winter Hazel. HEX triplet: CC, C2 and 7B. RGB value is (204,194,123). Sum of RGB (Red+Green+Blue) = 204+194+123=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 123 (48.44% from 255 or 23.61% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC27B is #333D84. Grayscale: #BDBDBD. Windows color (decimal): -3358085 or 8110796. OLE color: 8110796.

HSL color Cylindrical-coordinate representation of color #CCC27B: hue angle of 52.59º degrees, saturation: 0.44, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC27B is Cyan = 0, Magento = 0.05, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204194123-
CMYK00.050.400.2
HSL52.59º44.26%64.12%-
HSV(B)52.59º39.71%80%-
XYZ47.7752.8526.42-
YUV188.990.81138.77-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 39.16%
GREEN value IS 194 (76.17% from 255) = 37.24%
BLUE value IS 123 (48.44% from 255) = 23.61%
R=39.16%
G=37.24%
B=23.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419412300.050.400.252.5944.2664.12
HexCCC27B052814352c40
Octal3143021730550246554100
Binary110011001100001011110110101101000101001101011011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC27B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC27B; }

 p { color: rgb(204,194,123); }

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

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

 a { background-color: rgb(204,194,123); }

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

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

 span { border-color: rgb(204,194,123); }

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