Html Css Color HEX #CCC47A Winter Hazel

📋 copy color: '#CCC47A'

red 204 ◦ green 196 ◦ blue 122

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

Shades of Winter Hazel #CCC47A

Tints of Winter Hazel #CCC47A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 23.37%

R = 39.08%
G = 37.55%
B = 23.37%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.40

 K value IS 0.2

RGB Variations

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

Color information

#CCC47A (or 0xCCC47A) is known color: Winter Hazel. HEX triplet: CC, C4 and 7A. RGB value is (204,196,122). Sum of RGB (Red+Green+Blue) = 204+196+122=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 196 (76.95% from 255 or 37.55% from 522); Blue value is 122 (48.05% from 255 or 23.37% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC47A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #CCC47A is #333B85. Grayscale: #BEBEBE. Windows color (decimal): -3357574 or 8045772. OLE color: 8045772.

HSL color Cylindrical-coordinate representation of color #CCC47A: hue angle of 54.15º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCC47A is Cyan = 0, Magento = 0.04, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 196 122 -
CMYK 0 0.04 0.40 0.2
HSL 54.15º 0.45% 0.64% -
HSV(B) 54.15º 0.4% 0.8% -
XYZ 48.15 53.72 26.24 -
YUV 189.96 89.65 138.02 -
System Red Green Blue C M Y K H S L
Decimal 204 196 122 0 0.04 0.40 0.2 54.15 0.45 0.64
Hex CC C4 7A 0 4 28 14 36 2D 40
Octal 314 304 172 0 4 50 24 66 55 100
Binary 11001100 11000100 1111010 0 100 101000 10100 110110 101101 1000000

Color Harmonies of #CCC47A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC47A

Black with #CCC47A

Text Example


Text Example

White with #CCC47A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC47A; }

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

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

background-color css

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

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

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

border-color css

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

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

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