#CCA37B

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

Shades of Cameo #CCA37B

Tints of Cameo #CCA37B

Color information

#CCA37B (or 0xCCA37B) is unknown color: approx Cameo. HEX triplet: CC, A3 and 7B. RGB value is (204,163,123). Sum of RGB (Red+Green+Blue) = 204+163+123=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 123 (48.44% from 255 or 25.10% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA37B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA37B is #335C84. Grayscale: #AAAAAA. Windows color (decimal): -3366021 or 8102860. OLE color: 8102860.

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

Color convert

RGB204163123-
CMYK00.200.400.2
HSL29.63º44.26%64.12%-
HSV(B)29.63º39.71%80%-
XYZ41.5740.4624.36-
YUV170.7101.08151.75-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 163 (64.06% from 255) = 33.27%
BLUE value IS 123 (48.44% from 255) = 25.10%
R=41.63%
G=33.27%
B=25.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416312300.200.400.229.6344.2664.12
HexCCA37B01428141e2c40
Octal31424317302450243654100
Binary1100110010100011111101101010010100010100111101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA37B; }

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

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

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

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

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

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

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

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