#CCA47B

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

Shades of Cameo #CCA47B

Tints of Cameo #CCA47B

Color information

#CCA47B (or 0xCCA47B) is unknown color: approx Cameo. HEX triplet: CC, A4 and 7B. RGB value is (204,164,123). Sum of RGB (Red+Green+Blue) = 204+164+123=491 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.55% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 123 (48.44% from 255 or 25.05% from 491); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA47B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA47B is #335B84. Grayscale: #ABABAB. Windows color (decimal): -3365765 or 8103116. OLE color: 8103116.

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

Color convert

RGB204164123-
CMYK00.200.400.2
HSL30.37º44.26%64.12%-
HSV(B)30.37º39.71%80%-
XYZ41.7540.8224.42-
YUV171.29100.75151.33-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.55%
GREEN value IS 164 (64.45% from 255) = 33.40%
BLUE value IS 123 (48.44% from 255) = 25.05%
R=41.55%
G=33.40%
B=25.05%

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
Decimal20416412300.200.400.230.3744.2664.12
HexCCA47B01428141e2c40
Octal31424417302450243654100
Binary1100110010100100111101101010010100010100111101011001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA47B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA47B; }

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

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

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

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

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

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

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

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