Html Css Color HEX #CCC88C Winter Hazel

📋 copy color: '#CCC88C'

red 204 ◦ green 200 ◦ blue 140

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

Shades of Winter Hazel #CCC88C

Tints of Winter Hazel #CCC88C

RGB

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

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

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

R = 37.5%
G = 36.76%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC88C (or 0xCCC88C) is known color: Winter Hazel. HEX triplet: CC, C8 and 8C. RGB value is (204,200,140). Sum of RGB (Red+Green+Blue) = 204+200+140=544 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.5% from 544); Green value is 200 (78.52% from 255 or 36.76% from 544); Blue value is 140 (55.08% from 255 or 25.74% from 544); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88C is #333773. Grayscale: #C2C2C2. Windows color (decimal): -3356532 or 9226444. OLE color: 9226444.

HSL color Cylindrical-coordinate representation of color #CCC88C: hue angle of 56.25º 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 #CCC88C is Cyan = 0, Magento = 0.02, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 200 140 -
CMYK 0 0.02 0.31 0.2
HSL 56.25º 0.39% 0.67% -
HSV(B) 56.25º 0.31% 0.8% -
XYZ 50.29 56.04 32.98 -
YUV 194.36 97.33 134.88 -
System Red Green Blue C M Y K H S L
Decimal 204 200 140 0 0.02 0.31 0.2 56.25 0.39 0.67
Hex CC C8 8C 0 2 1F 14 38 27 43
Octal 314 310 214 0 2 37 24 70 47 103
Binary 11001100 11001000 10001100 0 10 11111 10100 111000 100111 1000011

Color Harmonies of #CCC88C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC88C

Black with #CCC88C

Text Example


Text Example

White with #CCC88C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC88C; }

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

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

background-color css

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

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

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

border-color css

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

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

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