#CFAA89

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

Shades of Cameo #CFAA89

Tints of Cameo #CFAA89

Color information

#CFAA89 (or 0xCFAA89) is unknown color: approx Cameo. HEX triplet: CF, AA and 89. RGB value is (207,170,137). Sum of RGB (Red+Green+Blue) = 207+170+137=514 (68% of max value = 765). Red value is 207 (81.25% from 255 or 40.27% from 514); Green value is 170 (66.80% from 255 or 33.07% from 514); Blue value is 137 (53.91% from 255 or 26.65% from 514); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA89 is #305576. Grayscale: #B1B1B1. Windows color (decimal): -3167607 or 9022159. OLE color: 9022159.

HSL color Cylindrical-coordinate representation of color #CFAA89: hue angle of 28.29º degrees, saturation: 0.42, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CFAA89 is Cyan = 0, Magento = 0.18, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207170137-
CMYK00.180.340.19
HSL28.29º42.17%67.45%-
HSV(B)28.29º33.82%81.18%-
XYZ44.6243.8229.77-
YUV177.3105.26149.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.27%
GREEN value IS 170 (66.80% from 255) = 33.07%
BLUE value IS 137 (53.91% from 255) = 26.65%
R=40.27%
G=33.07%
B=26.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717013700.180.340.1928.2942.1767.45
HexCFAA8901222131c2a43
Octal31725221102242233452103
Binary11001111101010101000100101001010001010011111001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA89; }

 p { color: rgb(207,170,137); }

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

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

 a { background-color: rgb(207,170,137); }

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

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

 span { border-color: rgb(207,170,137); }

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