Html Css Color HEX #CCC47E Winter Hazel

📋 copy color: '#CCC47E'

red 204 ◦ green 196 ◦ blue 126

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

Shades of Winter Hazel #CCC47E

Tints of Winter Hazel #CCC47E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 23.95%

R = 38.78%
G = 37.26%
B = 23.95%

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

#CCC47E (or 0xCCC47E) is known color: Winter Hazel. HEX triplet: CC, C4 and 7E. RGB value is (204,196,126). Sum of RGB (Red+Green+Blue) = 204+196+126=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 196 (76.95% from 255 or 37.26% from 526); Blue value is 126 (49.61% from 255 or 23.95% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47E is #333B81. Grayscale: #BEBEBE. Windows color (decimal): -3357570 or 8307916. OLE color: 8307916.

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

Color convert

RGB 204 196 126 -
CMYK 0 0.04 0.38 0.2
HSL 53.85º 0.43% 0.65% -
HSV(B) 53.85º 0.38% 0.8% -
XYZ 48.41 53.82 27.58 -
YUV 190.41 91.65 137.69 -
System Red Green Blue C M Y K H S L
Decimal 204 196 126 0 0.04 0.38 0.2 53.85 0.43 0.65
Hex CC C4 7E 0 4 26 14 36 2B 41
Octal 314 304 176 0 4 46 24 66 53 101
Binary 11001100 11000100 1111110 0 100 100110 10100 110110 101011 1000001

Color Harmonies of #CCC47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC47E

Black with #CCC47E

Text Example


Text Example

White with #CCC47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC47E; }

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

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

background-color css

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

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

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

border-color css

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

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

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