#CCA57B

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

Shades of Cameo #CCA57B

Tints of Cameo #CCA57B

Color information

#CCA57B (or 0xCCA57B) is unknown color: approx Cameo. HEX triplet: CC, A5 and 7B. RGB value is (204,165,123). Sum of RGB (Red+Green+Blue) = 204+165+123=492 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.46% from 492); Green value is 165 (64.84% from 255 or 33.54% from 492); Blue value is 123 (48.44% from 255 or 25% from 492); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA57B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA57B is #335A84. Grayscale: #ACACAC. Windows color (decimal): -3365509 or 8103372. OLE color: 8103372.

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

Color convert

RGB204165123-
CMYK00.190.400.2
HSL31.11º44.26%64.12%-
HSV(B)31.11º39.71%80%-
XYZ41.9341.1824.48-
YUV171.87100.42150.92-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.46%
GREEN value IS 165 (64.84% from 255) = 33.54%
BLUE value IS 123 (48.44% from 255) = 25%
R=41.46%
G=33.54%
B=25%

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
Decimal20416512300.190.400.231.1144.2664.12
HexCCA57B01328141f2c40
Octal31424517302350243754100
Binary1100110010100101111101101001110100010100111111011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA57B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA57B; }

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

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

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

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

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

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

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

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