Html Css Color HEX #CCC890 Winter Hazel

📋 copy color: '#CCC890'

red 204 ◦ green 200 ◦ blue 144

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

Shades of Winter Hazel #CCC890

Tints of Winter Hazel #CCC890

RGB

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

 GREEN value IS 200 (78.52% from 255) = 36.5%

 BLUE value IS 144 (56.64% from 255) = 26.28%

R = 37.23%
G = 36.5%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.29

 K value IS 0.2

RGB Variations

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

Color information

#CCC890 (or 0xCCC890) is known color: Winter Hazel. HEX triplet: CC, C8 and 90. RGB value is (204,200,144). Sum of RGB (Red+Green+Blue) = 204+200+144=548 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.23% from 548); Green value is 200 (78.52% from 255 or 36.50% from 548); Blue value is 144 (56.64% from 255 or 26.28% from 548); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC890 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC890 is #33376F. Grayscale: #C3C3C3. Windows color (decimal): -3356528 or 9488588. OLE color: 9488588.

HSL color Cylindrical-coordinate representation of color #CCC890: hue angle of 56º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CCC890 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 144 -
CMYK 0 0.02 0.29 0.2
HSL 56º 0.37% 0.68% -
HSV(B) 56º 0.29% 0.8% -
XYZ 50.59 56.16 34.56 -
YUV 194.81 99.33 134.55 -
System Red Green Blue C M Y K H S L
Decimal 204 200 144 0 0.02 0.29 0.2 56 0.37 0.68
Hex CC C8 90 0 2 1D 14 38 25 44
Octal 314 310 220 0 2 35 24 70 45 104
Binary 11001100 11001000 10010000 0 10 11101 10100 111000 100101 1000100

Color Harmonies of #CCC890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC890

Black with #CCC890

Text Example


Text Example

White with #CCC890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC890; }

 p { color: rgb(204,200,144); }

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

background-color css

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

 a { background-color: rgb(204,200,144); }

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

border-color css

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

 span { border-color: rgb(204,200,144); }

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