#CCA189

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

Shades of Cameo #CCA189

Tints of Cameo #CCA189

Color information

#CCA189 (or 0xCCA189) is unknown color: approx Cameo. HEX triplet: CC, A1 and 89. RGB value is (204,161,137). Sum of RGB (Red+Green+Blue) = 204+161+137=502 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.64% from 502); Green value is 161 (63.28% from 255 or 32.07% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 204 - color contains mainly: red. Hex color #CCA189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CCA189 is #335E76. Grayscale: #ABABAB. Windows color (decimal): -3366519 or 9019852. OLE color: 9019852.

HSL color Cylindrical-coordinate representation of color #CCA189: hue angle of 21.49º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CCA189 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.2.

Color convert

RGB204161137-
CMYK00.210.330.2
HSL21.49º39.64%66.86%-
HSV(B)21.49º32.84%80%-
XYZ42.1640.1329.19-
YUV171.12108.75151.45-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 40.64%
GREEN value IS 161 (63.28% from 255) = 32.07%
BLUE value IS 137 (53.91% from 255) = 27.29%
R=40.64%
G=32.07%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20416113700.210.330.221.4939.6466.86
HexCCA1890152114152843
Octal31424121102541242550103
Binary11001100101000011000100101010110000110100101011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCA189

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCA189; }

 p { color: rgb(204,161,137); }

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

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

 a { background-color: rgb(204,161,137); }

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

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

 span { border-color: rgb(204,161,137); }

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