#CCC58B

Color #CCC58B Winter Hazel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Winter Hazel #CCC58B

Tints of Winter Hazel #CCC58B

Color information

#CCC58B (or 0xCCC58B) is unknown color: approx Winter Hazel. HEX triplet: CC, C5 and 8B. RGB value is (204,197,139). Sum of RGB (Red+Green+Blue) = 204+197+139=540 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.78% from 540); Green value is 197 (77.34% from 255 or 36.48% from 540); Blue value is 139 (54.69% from 255 or 25.74% from 540); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC58B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC58B is #333A74. Grayscale: #C0C0C0. Windows color (decimal): -3357301 or 9160140. OLE color: 9160140.

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

Color convert

RGB204197139-
CMYK00.030.320.2
HSL53.54º38.92%67.25%-
HSV(B)53.54º31.86%80%-
XYZ49.5354.6332.36-
YUV192.4897.82136.22-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.78%
GREEN value IS 197 (77.34% from 255) = 36.48%
BLUE value IS 139 (54.69% from 255) = 25.74%
R=37.78%
G=36.48%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419713900.030.320.253.5438.9267.25
HexCCC58B032014362743
Octal3143052130340246647103
Binary110011001100010110001011011100000101001101101001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC58B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC58B; }

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

 H1.HeaderClassName
 {
   color: #CCC58B;
 }
 .AnyTagClassName
 {
   color: #CCC58B;
 }
</style>
background-color css

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

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

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

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

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

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