#CFA289

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

Shades of Cameo #CFA289

Tints of Cameo #CFA289

Color information

#CFA289 (or 0xCFA289) is unknown color: approx Cameo. HEX triplet: CF, A2 and 89. RGB value is (207,162,137). Sum of RGB (Red+Green+Blue) = 207+162+137=506 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.91% from 506); Green value is 162 (63.67% from 255 or 32.02% from 506); Blue value is 137 (53.91% from 255 or 27.08% from 506); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA289 is #305D76. Grayscale: #ACACAC. Windows color (decimal): -3169655 or 9020111. OLE color: 9020111.

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

Color convert

RGB207162137-
CMYK00.220.340.19
HSL21.43º42.17%67.45%-
HSV(B)21.43º33.82%81.18%-
XYZ43.1740.9129.29-
YUV172.6107.91152.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.91%
GREEN value IS 162 (63.67% from 255) = 32.02%
BLUE value IS 137 (53.91% from 255) = 27.08%
R=40.91%
G=32.02%
B=27.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716213700.220.340.1921.4342.1767.45
HexCFA2890162213152a43
Octal31724221102642232552103
Binary11001111101000101000100101011010001010011101011010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA289; }

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

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

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

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

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

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

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

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