Html Css Color HEX #CCC289 Winter Hazel

📋 copy color: '#CCC289'

red 204 ◦ green 194 ◦ blue 137

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

Shades of Winter Hazel #CCC289

Tints of Winter Hazel #CCC289

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.26%

 BLUE value IS 137 (53.91% from 255) = 25.61%

R = 38.13%
G = 36.26%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.33

 K value IS 0.2

RGB Variations

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

Color information

#CCC289 (or 0xCCC289) is known color: Winter Hazel. HEX triplet: CC, C2 and 89. RGB value is (204,194,137). Sum of RGB (Red+Green+Blue) = 204+194+137=535 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.13% from 535); Green value is 194 (76.17% from 255 or 36.26% from 535); Blue value is 137 (53.91% from 255 or 25.61% from 535); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC289 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC289 is #333D76. Grayscale: #BEBEBE. Windows color (decimal): -3358071 or 9028300. OLE color: 9028300.

HSL color Cylindrical-coordinate representation of color #CCC289: hue angle of 51.04º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCC289 is Cyan = 0, Magento = 0.05, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 194 137 -
CMYK 0 0.05 0.33 0.2
HSL 51.04º 0.4% 0.67% -
HSV(B) 51.04º 0.33% 0.8% -
XYZ 48.71 53.23 31.37 -
YUV 190.49 97.81 137.63 -
System Red Green Blue C M Y K H S L
Decimal 204 194 137 0 0.05 0.33 0.2 51.04 0.4 0.67
Hex CC C2 89 0 5 21 14 33 28 43
Octal 314 302 211 0 5 41 24 63 50 103
Binary 11001100 11000010 10001001 0 101 100001 10100 110011 101000 1000011

Color Harmonies of #CCC289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC289

Black with #CCC289

Text Example


Text Example

White with #CCC289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC289; }

 p { color: rgb(204,194,137); }

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

background-color css

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

 a { background-color: rgb(204,194,137); }

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

border-color css

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

 span { border-color: rgb(204,194,137); }

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