Html Css Color HEX #CCC47F Winter Hazel

📋 copy color: '#CCC47F'

red 204 ◦ green 196 ◦ blue 127

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

Shades of Winter Hazel #CCC47F

Tints of Winter Hazel #CCC47F

RGB

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

 GREEN value IS 196 (76.95% from 255) = 37.19%

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

R = 38.71%
G = 37.19%
B = 24.1%

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

#CCC47F (or 0xCCC47F) is known color: Winter Hazel. HEX triplet: CC, C4 and 7F. RGB value is (204,196,127). Sum of RGB (Red+Green+Blue) = 204+196+127=527 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.71% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 127 (50% from 255 or 24.10% from 527); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47F is #333B80. Grayscale: #BEBEBE. Windows color (decimal): -3357569 or 8373452. OLE color: 8373452.

HSL color Cylindrical-coordinate representation of color #CCC47F: hue angle of 53.77º 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 #CCC47F is Cyan = 0, Magento = 0.04, Yellow = 0.38 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 127 -
CMYK 0 0.04 0.38 0.2
HSL 53.77º 0.43% 0.65% -
HSV(B) 53.77º 0.38% 0.8% -
XYZ 48.47 53.85 27.92 -
YUV 190.53 92.15 137.61 -
System Red Green Blue C M Y K H S L
Decimal 204 196 127 0 0.04 0.38 0.2 53.77 0.43 0.65
Hex CC C4 7F 0 4 26 14 36 2B 41
Octal 314 304 177 0 4 46 24 66 53 101
Binary 11001100 11000100 1111111 0 100 100110 10100 110110 101011 1000001

Color Harmonies of #CCC47F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC47F

Black with #CCC47F

Text Example


Text Example

White with #CCC47F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC47F; }

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

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

background-color css

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

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

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

border-color css

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

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

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