Html Css Color HEX #CCC08F Winter Hazel

📋 copy color: '#CCC08F'

red 204 ◦ green 192 ◦ blue 143

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

Shades of Winter Hazel #CCC08F

Tints of Winter Hazel #CCC08F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 35.62%

 BLUE value IS 143 (56.25% from 255) = 26.53%

R = 37.85%
G = 35.62%
B = 26.53%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC08F (or 0xCCC08F) is known color: Winter Hazel. HEX triplet: CC, C0 and 8F. RGB value is (204,192,143). Sum of RGB (Red+Green+Blue) = 204+192+143=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 192 (75.39% from 255 or 35.62% from 539); Blue value is 143 (56.25% from 255 or 26.53% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC08F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC08F is #333F70. Grayscale: #BEBEBE. Windows color (decimal): -3358577 or 9421004. OLE color: 9421004.

HSL color Cylindrical-coordinate representation of color #CCC08F: hue angle of 48.2º degrees, saturation: 0.37, 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 #CCC08F is Cyan = 0, Magento = 0.06, Yellow = 0.30 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 192 143 -
CMYK 0 0.06 0.30 0.2
HSL 48.2º 0.37% 0.68% -
HSV(B) 48.2º 0.3% 0.8% -
XYZ 48.71 52.52 33.56 -
YUV 190 101.48 137.98 -
System Red Green Blue C M Y K H S L
Decimal 204 192 143 0 0.06 0.30 0.2 48.2 0.37 0.68
Hex CC C0 8F 0 6 1E 14 30 25 44
Octal 314 300 217 0 6 36 24 60 45 104
Binary 11001100 11000000 10001111 0 110 11110 10100 110000 100101 1000100

Color Harmonies of #CCC08F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC08F

Black with #CCC08F

Text Example


Text Example

White with #CCC08F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC08F; }

 p { color: rgb(204,192,143); }

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

background-color css

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

 a { background-color: rgb(204,192,143); }

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

border-color css

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

 span { border-color: rgb(204,192,143); }

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