Html Css Color HEX #CCC37F Winter Hazel

📋 copy color: '#CCC37F'

red 204 ◦ green 195 ◦ blue 127

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

Shades of Winter Hazel #CCC37F

Tints of Winter Hazel #CCC37F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.07%

 BLUE value IS 127 (50% from 255) = 24.14%

R = 38.78%
G = 37.07%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.38

 K value IS 0.2

RGB Variations

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

Color information

#CCC37F (or 0xCCC37F) is known color: Winter Hazel. HEX triplet: CC, C3 and 7F. RGB value is (204,195,127). Sum of RGB (Red+Green+Blue) = 204+195+127=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 195 (76.56% from 255 or 37.07% from 526); Blue value is 127 (50% from 255 or 24.14% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC37F is #333C80. Grayscale: #BEBEBE. Windows color (decimal): -3357825 or 8373196. OLE color: 8373196.

HSL color Cylindrical-coordinate representation of color #CCC37F: hue angle of 52.99º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCC37F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 195 127 -
CMYK 0 0.04 0.38 0.2
HSL 52.99º 0.43% 0.65% -
HSV(B) 52.99º 0.38% 0.8% -
XYZ 48.25 53.4 27.84 -
YUV 189.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 204 195 127 0 0.04 0.38 0.2 52.99 0.43 0.65
Hex CC C3 7F 0 4 26 14 35 2B 41
Octal 314 303 177 0 4 46 24 65 53 101
Binary 11001100 11000011 1111111 0 100 100110 10100 110101 101011 1000001

Color Harmonies of #CCC37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC37F

Black with #CCC37F

Text Example


Text Example

White with #CCC37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC37F; }

 p { color: rgb(204,195,127); }

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

background-color css

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

 a { background-color: rgb(204,195,127); }

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

border-color css

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

 span { border-color: rgb(204,195,127); }

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