Html Css Color HEX #CCC27C Winter Hazel

📋 copy color: '#CCC27C'

red 204 ◦ green 194 ◦ blue 124

#CCC27C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Winter Hazel #CCC27C

Tints of Winter Hazel #CCC27C

RGB

 RED value IS 204 (80.08% from 255) = 39.08%

 GREEN value IS 194 (76.17% from 255) = 37.16%

 BLUE value IS 124 (48.83% from 255) = 23.75%

R = 39.08%
G = 37.16%
B = 23.75%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCC27C (or 0xCCC27C) is known color: Winter Hazel. HEX triplet: CC, C2 and 7C. RGB value is (204,194,124). Sum of RGB (Red+Green+Blue) = 204+194+124=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 194 (76.17% from 255 or 37.16% from 522); Blue value is 124 (48.83% from 255 or 23.75% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC27C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC27C is #333D83. Grayscale: #BDBDBD. Windows color (decimal): -3358084 or 8176332. OLE color: 8176332.

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

Color convert

RGB 204 194 124 -
CMYK 0 0.05 0.39 0.2
HSL 52.5º 0.44% 0.64% -
HSV(B) 52.5º 0.39% 0.8% -
XYZ 47.83 52.88 26.75 -
YUV 189.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 204 194 124 0 0.05 0.39 0.2 52.5 0.44 0.64
Hex CC C2 7C 0 5 27 14 34 2C 40
Octal 314 302 174 0 5 47 24 64 54 100
Binary 11001100 11000010 1111100 0 101 100111 10100 110100 101100 1000000

Color Harmonies of #CCC27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC27C

Black with #CCC27C

Text Example


Text Example

White with #CCC27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC27C; }

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

 H1.HeaderClassName
 {
   color: #CCC27C;
 }
 .AnyTagClassName
 {
   color: #CCC27C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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