Html Css Color HEX #CCC58C Winter Hazel

📋 copy color: '#CCC58C'

red 204 ◦ green 197 ◦ blue 140

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

Shades of Winter Hazel #CCC58C

Tints of Winter Hazel #CCC58C

RGB

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

 GREEN value IS 197 (77.34% from 255) = 36.41%

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

R = 37.71%
G = 36.41%
B = 25.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.31

 K value IS 0.2

RGB Variations

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

Color information

#CCC58C (or 0xCCC58C) is known color: Winter Hazel. HEX triplet: CC, C5 and 8C. RGB value is (204,197,140). Sum of RGB (Red+Green+Blue) = 204+197+140=541 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.71% from 541); Green value is 197 (77.34% from 255 or 36.41% from 541); Blue value is 140 (55.08% from 255 or 25.88% from 541); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58C is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58C is #333A73. Grayscale: #C0C0C0. Windows color (decimal): -3357300 or 9225676. OLE color: 9225676.

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

Color convert

RGB 204 197 140 -
CMYK 0 0.03 0.31 0.2
HSL 53.44º 0.39% 0.67% -
HSV(B) 53.44º 0.31% 0.8% -
XYZ 49.6 54.66 32.75 -
YUV 192.6 98.32 136.13 -
System Red Green Blue C M Y K H S L
Decimal 204 197 140 0 0.03 0.31 0.2 53.44 0.39 0.67
Hex CC C5 8C 0 3 1F 14 35 27 43
Octal 314 305 214 0 3 37 24 65 47 103
Binary 11001100 11000101 10001100 0 11 11111 10100 110101 100111 1000011

Color Harmonies of #CCC58C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCC58C

Black with #CCC58C

Text Example


Text Example

White with #CCC58C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCC58C; }

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

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

background-color css

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

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

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

border-color css

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

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

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