Html Css Color HEX #CCC48E Winter Hazel

📋 copy color: '#CCC48E'

red 204 ◦ green 196 ◦ blue 142

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

Shades of Winter Hazel #CCC48E

Tints of Winter Hazel #CCC48E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 26.2%

R = 37.64%
G = 36.16%
B = 26.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC48E (or 0xCCC48E) is known color: Winter Hazel. HEX triplet: CC, C4 and 8E. RGB value is (204,196,142). Sum of RGB (Red+Green+Blue) = 204+196+142=542 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.64% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 142 (55.86% from 255 or 26.20% from 542); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48E is #333B71. Grayscale: #C0C0C0. Windows color (decimal): -3357554 or 9356492. OLE color: 9356492.

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

Color convert

RGB 204 196 142 -
CMYK 0 0.04 0.30 0.2
HSL 52.26º 0.38% 0.68% -
HSV(B) 52.26º 0.3% 0.8% -
XYZ 49.52 54.27 33.46 -
YUV 192.24 99.65 136.39 -
System Red Green Blue C M Y K H S L
Decimal 204 196 142 0 0.04 0.30 0.2 52.26 0.38 0.68
Hex CC C4 8E 0 4 1E 14 34 26 44
Octal 314 304 216 0 4 36 24 64 46 104
Binary 11001100 11000100 10001110 0 100 11110 10100 110100 100110 1000100

Color Harmonies of #CCC48E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC48E

Black with #CCC48E

Text Example


Text Example

White with #CCC48E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC48E; }

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

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

background-color css

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

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

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

border-color css

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

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

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