Html Css Color HEX #CCC08C Winter Hazel

📋 copy color: '#CCC08C'

red 204 ◦ green 192 ◦ blue 140

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

Shades of Winter Hazel #CCC08C

Tints of Winter Hazel #CCC08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 26.12%

R = 38.06%
G = 35.82%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC08C (or 0xCCC08C) is known color: Winter Hazel. HEX triplet: CC, C0 and 8C. RGB value is (204,192,140). Sum of RGB (Red+Green+Blue) = 204+192+140=536 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.06% from 536); Green value is 192 (75.39% from 255 or 35.82% from 536); Blue value is 140 (55.08% from 255 or 26.12% from 536); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC08C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC08C is #333F73. Grayscale: #BDBDBD. Windows color (decimal): -3358580 or 9224396. OLE color: 9224396.

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

Color convert

RGB 204 192 140 -
CMYK 0 0.06 0.31 0.2
HSL 48.75º 0.39% 0.67% -
HSV(B) 48.75º 0.31% 0.8% -
XYZ 48.49 52.43 32.38 -
YUV 189.66 99.98 138.23 -
System Red Green Blue C M Y K H S L
Decimal 204 192 140 0 0.06 0.31 0.2 48.75 0.39 0.67
Hex CC C0 8C 0 6 1F 14 31 27 43
Octal 314 300 214 0 6 37 24 61 47 103
Binary 11001100 11000000 10001100 0 110 11111 10100 110001 100111 1000011

Color Harmonies of #CCC08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC08C

Black with #CCC08C

Text Example


Text Example

White with #CCC08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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