Html Css Color HEX #CCC88F Winter Hazel

📋 copy color: '#CCC88F'

red 204 ◦ green 200 ◦ blue 143

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

Shades of Winter Hazel #CCC88F

Tints of Winter Hazel #CCC88F

RGB

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

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

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

R = 37.29%
G = 36.56%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.30

 K value IS 0.2

RGB Variations

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

Color information

#CCC88F (or 0xCCC88F) is known color: Winter Hazel. HEX triplet: CC, C8 and 8F. RGB value is (204,200,143). Sum of RGB (Red+Green+Blue) = 204+200+143=547 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.29% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 143 (56.25% from 255 or 26.14% from 547); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88F is #333770. Grayscale: #C2C2C2. Windows color (decimal): -3356529 or 9423052. OLE color: 9423052.

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

Color convert

RGB 204 200 143 -
CMYK 0 0.02 0.30 0.2
HSL 56.07º 0.37% 0.68% -
HSV(B) 56.07º 0.3% 0.8% -
XYZ 50.51 56.13 34.16 -
YUV 194.7 98.83 134.63 -
System Red Green Blue C M Y K H S L
Decimal 204 200 143 0 0.02 0.30 0.2 56.07 0.37 0.68
Hex CC C8 8F 0 2 1E 14 38 25 44
Octal 314 310 217 0 2 36 24 70 45 104
Binary 11001100 11001000 10001111 0 10 11110 10100 111000 100101 1000100

Color Harmonies of #CCC88F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC88F

Black with #CCC88F

Text Example


Text Example

White with #CCC88F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC88F; }

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

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

background-color css

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

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

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

border-color css

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

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

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