#CCA58A

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

Shades of Cameo #CCA58A

Tints of Cameo #CCA58A

Color information

#CCA58A (or 0xCCA58A) is unknown color: approx Cameo. HEX triplet: CC, A5 and 8A. RGB value is (204,165,138). Sum of RGB (Red+Green+Blue) = 204+165+138=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 165 (64.84% from 255 or 32.54% from 507); Blue value is 138 (54.30% from 255 or 27.22% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA58A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA58A is #335A75. Grayscale: #ADADAD. Windows color (decimal): -3365494 or 9086412. OLE color: 9086412.

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

Color convert

RGB204165138-
CMYK00.190.320.2
HSL24.55º39.29%67.06%-
HSV(B)24.55º32.35%80%-
XYZ42.9441.5829.81-
YUV173.58107.92149.7-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.24%
GREEN value IS 165 (64.84% from 255) = 32.54%
BLUE value IS 138 (54.30% from 255) = 27.22%
R=40.24%
G=32.54%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.32
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416513800.190.320.224.5539.2967.06
HexCCA58A0132014192743
Octal31424521202340243147103
Binary11001100101001011000101001001110000010100110011001111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA58A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA58A; }

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

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

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

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

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

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

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

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