#CCA47A

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

Shades of Cameo #CCA47A

Tints of Cameo #CCA47A

Color information

#CCA47A (or 0xCCA47A) is unknown color: approx Cameo. HEX triplet: CC, A4 and 7A. RGB value is (204,164,122). Sum of RGB (Red+Green+Blue) = 204+164+122=490 (64% of max value = 765). Red value is 204 (80.08% from 255 or 41.63% from 490); Green value is 164 (64.45% from 255 or 33.47% from 490); Blue value is 122 (48.05% from 255 or 24.90% from 490); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA47A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CCA47A is #335B85. Grayscale: #ABABAB. Windows color (decimal): -3365766 or 8037580. OLE color: 8037580.

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

Color convert

RGB204164122-
CMYK00.200.400.2
HSL30.73º44.57%63.92%-
HSV(B)30.73º40.2%80%-
XYZ41.6940.7924.09-
YUV171.17100.25151.42-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 41.63%
GREEN value IS 164 (64.45% from 255) = 33.47%
BLUE value IS 122 (48.05% from 255) = 24.90%
R=41.63%
G=33.47%
B=24.90%

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
Decimal20416412200.200.400.230.7344.5763.92
HexCCA47A01428141f2d40
Octal31424417202450243755100
Binary1100110010100100111101001010010100010100111111011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA47A; }

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

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

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

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

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

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

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

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