#CFA889

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

Shades of Cameo #CFA889

Tints of Cameo #CFA889

Color information

#CFA889 (or 0xCFA889) is unknown color: approx Cameo. HEX triplet: CF, A8 and 89. RGB value is (207,168,137). Sum of RGB (Red+Green+Blue) = 207+168+137=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 168 (66.02% from 255 or 32.81% from 512); Blue value is 137 (53.91% from 255 or 26.76% from 512); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA889 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA889 is #305776. Grayscale: #B0B0B0. Windows color (decimal): -3168119 or 9021647. OLE color: 9021647.

HSL color Cylindrical-coordinate representation of color #CFA889: hue angle of 26.57º 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 #CFA889 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.19.

Color convert

RGB207168137-
CMYK00.190.340.19
HSL26.57º42.17%67.45%-
HSV(B)26.57º33.82%81.18%-
XYZ44.2543.0829.65-
YUV176.13105.92150.02-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.43%
GREEN value IS 168 (66.02% from 255) = 32.81%
BLUE value IS 137 (53.91% from 255) = 26.76%
R=40.43%
G=32.81%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716813700.190.340.1926.5742.1767.45
HexCFA88901322131b2a43
Octal31725021102342233352103
Binary11001111101010001000100101001110001010011110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA889; }

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

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

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

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

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

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

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

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