#CCA57A

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

Shades of Cameo #CCA57A

Tints of Cameo #CCA57A

Color information

#CCA57A (or 0xCCA57A) is unknown color: approx Cameo. HEX triplet: CC, A5 and 7A. RGB value is (204,165,122). Sum of RGB (Red+Green+Blue) = 204+165+122=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 165 (64.84% from 255 or 33.60% from 491); Blue value is 122 (48.05% from 255 or 24.85% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA57A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA57A is #335A85. Grayscale: #ABABAB. Windows color (decimal): -3365510 or 8037836. OLE color: 8037836.

HSL color Cylindrical-coordinate representation of color #CCA57A: hue angle of 31.46º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCA57A is Cyan = 0, Magento = 0.19, Yellow = 0.40 and Black (K on CMYK) = 0.2.

Color convert

RGB204165122-
CMYK00.190.400.2
HSL31.46º44.57%63.92%-
HSV(B)31.46º40.2%80%-
XYZ41.8741.1524.15-
YUV171.7699.92151-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 165 (64.84% from 255) = 33.60%
BLUE value IS 122 (48.05% from 255) = 24.85%
R=41.55%
G=33.60%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416512200.190.400.231.4644.5763.92
HexCCA57A01328141f2d40
Octal31424517202350243755100
Binary1100110010100101111101001001110100010100111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA57A; }

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

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

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

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

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

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

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

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