Html Css Color HEX #CCC88D Winter Hazel

📋 copy color: '#CCC88D'

red 204 ◦ green 200 ◦ blue 141

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

Shades of Winter Hazel #CCC88D

Tints of Winter Hazel #CCC88D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 25.87%

R = 37.43%
G = 36.7%
B = 25.87%

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

#CCC88D (or 0xCCC88D) is known color: Winter Hazel. HEX triplet: CC, C8 and 8D. RGB value is (204,200,141). Sum of RGB (Red+Green+Blue) = 204+200+141=545 (72% of max value = 765). Red value is 204 (80.08% from 255 or 37.43% from 545); Green value is 200 (78.52% from 255 or 36.70% from 545); Blue value is 141 (55.47% from 255 or 25.87% from 545); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC88D is #333772. Grayscale: #C2C2C2. Windows color (decimal): -3356531 or 9291980. OLE color: 9291980.

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

Color convert

RGB 204 200 141 -
CMYK 0 0.02 0.31 0.2
HSL 56.19º 0.38% 0.68% -
HSV(B) 56.19º 0.31% 0.8% -
XYZ 50.36 56.07 33.37 -
YUV 194.47 97.83 134.8 -
System Red Green Blue C M Y K H S L
Decimal 204 200 141 0 0.02 0.31 0.2 56.19 0.38 0.68
Hex CC C8 8D 0 2 1F 14 38 26 44
Octal 314 310 215 0 2 37 24 70 46 104
Binary 11001100 11001000 10001101 0 10 11111 10100 111000 100110 1000100

Color Harmonies of #CCC88D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC88D

Black with #CCC88D

Text Example


Text Example

White with #CCC88D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC88D; }

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

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

background-color css

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

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

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

border-color css

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

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

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