#CCC48B

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

Shades of Winter Hazel #CCC48B

Tints of Winter Hazel #CCC48B

Color information

#CCC48B (or 0xCCC48B) is unknown color: approx Winter Hazel. HEX triplet: CC, C4 and 8B. RGB value is (204,196,139). Sum of RGB (Red+Green+Blue) = 204+196+139=539 (71% of max value = 765). Red value is 204 (80.08% from 255 or 37.85% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 139 (54.69% from 255 or 25.79% from 539); Max value from RGB is 204 - color contains mainly: red. Hex color #CCC48B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCC48B is #333B74. Grayscale: #C0C0C0. Windows color (decimal): -3357557 or 9159884. OLE color: 9159884.

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

Color convert

RGB204196139-
CMYK00.040.320.2
HSL52.62º38.92%67.25%-
HSV(B)52.62º31.86%80%-
XYZ49.354.1832.29-
YUV191.8998.15136.63-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 37.85%
GREEN value IS 196 (76.95% from 255) = 36.36%
BLUE value IS 139 (54.69% from 255) = 25.79%
R=37.85%
G=36.36%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20419613900.040.320.252.6238.9267.25
HexCCC48B042014352743
Octal3143042130440246547103
Binary1100110011000100100010110100100000101001101011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCC48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCC48B; }

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

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

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

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

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

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

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

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