Html Css Color HEX #CCC47D Winter Hazel

📋 copy color: '#CCC47D'

red 204 ◦ green 196 ◦ blue 125

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

Shades of Winter Hazel #CCC47D

Tints of Winter Hazel #CCC47D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 23.81%

R = 38.86%
G = 37.33%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.39

 K value IS 0.2

RGB Variations

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

Color information

#CCC47D (or 0xCCC47D) is known color: Winter Hazel. HEX triplet: CC, C4 and 7D. RGB value is (204,196,125). Sum of RGB (Red+Green+Blue) = 204+196+125=525 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.86% from 525); Green value is 196 (76.95% from 255 or 37.33% from 525); Blue value is 125 (49.22% from 255 or 23.81% from 525); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47D is #333B82. Grayscale: #BEBEBE. Windows color (decimal): -3357571 or 8242380. OLE color: 8242380.

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

Color convert

RGB 204 196 125 -
CMYK 0 0.04 0.39 0.2
HSL 53.92º 0.44% 0.65% -
HSV(B) 53.92º 0.39% 0.8% -
XYZ 48.34 53.8 27.24 -
YUV 190.3 91.15 137.77 -
System Red Green Blue C M Y K H S L
Decimal 204 196 125 0 0.04 0.39 0.2 53.92 0.44 0.65
Hex CC C4 7D 0 4 27 14 36 2C 41
Octal 314 304 175 0 4 47 24 66 54 101
Binary 11001100 11000100 1111101 0 100 100111 10100 110110 101100 1000001

Color Harmonies of #CCC47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC47D

Black with #CCC47D

Text Example


Text Example

White with #CCC47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC47D; }

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

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

background-color css

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

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

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

border-color css

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

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

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