#CCA58C

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

Shades of Cameo #CCA58C

Tints of Cameo #CCA58C

Color information

#CCA58C (or 0xCCA58C) is unknown color: approx Cameo. HEX triplet: CC, A5 and 8C. RGB value is (204,165,140). Sum of RGB (Red+Green+Blue) = 204+165+140=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 140 (55.08% from 255 or 27.50% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58C is #335A73. Grayscale: #ADADAD. Windows color (decimal): -3365492 or 9217484. OLE color: 9217484.

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

Color convert

RGB204165140-
CMYK00.190.310.2
HSL23.44º38.55%67.45%-
HSV(B)23.44º31.37%80%-
XYZ43.0941.6430.58-
YUV173.81108.92149.53-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.08%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 140 (55.08% from 255) = 27.50%
R=40.08%
G=32.42%
B=27.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416514000.190.310.223.4438.5567.45
HexCCA58C0131F14172743
Octal31424521402337242747103
Binary1100110010100101100011000100111111110100101111001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA58C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA58C; }

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

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

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

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

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

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

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

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