#CFA789

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

Shades of Cameo #CFA789

Tints of Cameo #CFA789

Color information

#CFA789 (or 0xCFA789) is unknown color: approx Cameo. HEX triplet: CF, A7 and 89. RGB value is (207,167,137). Sum of RGB (Red+Green+Blue) = 207+167+137=511 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.51% from 511); Green value is 167 (65.62% from 255 or 32.68% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA789 is #305876. Grayscale: #AFAFAF. Windows color (decimal): -3168375 or 9021391. OLE color: 9021391.

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

Color convert

RGB207167137-
CMYK00.190.340.19
HSL25.71º42.17%67.45%-
HSV(B)25.71º33.82%81.18%-
XYZ44.0742.7129.59-
YUV175.54106.25150.44-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.51%
GREEN value IS 167 (65.62% from 255) = 32.68%
BLUE value IS 137 (53.91% from 255) = 26.81%
R=40.51%
G=32.68%
B=26.81%

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
Decimal20716713700.190.340.1925.7142.1767.45
HexCFA78901322131a2a43
Octal31724721102342233252103
Binary11001111101001111000100101001110001010011110101010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA789

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA789; }

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

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

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

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

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

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

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

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