#CFAA87

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

Shades of Cameo #CFAA87

Tints of Cameo #CFAA87

Color information

#CFAA87 (or 0xCFAA87) is unknown color: approx Cameo. HEX triplet: CF, AA and 87. RGB value is (207,170,135). Sum of RGB (Red+Green+Blue) = 207+170+135=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 170 (66.80% from 255 or 33.20% from 512); Blue value is 135 (53.12% from 255 or 26.37% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFAA87 is #305578. Grayscale: #B1B1B1. Windows color (decimal): -3167609 or 8891087. OLE color: 8891087.

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

Color convert

RGB207170135-
CMYK00.180.350.19
HSL29.17º42.86%67.06%-
HSV(B)29.17º34.78%81.18%-
XYZ44.4843.7629.02-
YUV177.07104.26149.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 170 (66.80% from 255) = 33.20%
BLUE value IS 135 (53.12% from 255) = 26.37%
R=40.43%
G=33.20%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.35
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20717013500.180.350.1929.1742.8667.06
HexCFAA8701223131d2b43
Octal31725220702243233553103
Binary11001111101010101000011101001010001110011111011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA87; }

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

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

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

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

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

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

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

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