#CFA989

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

Shades of Cameo #CFA989

Tints of Cameo #CFA989

Color information

#CFA989 (or 0xCFA989) is unknown color: approx Cameo. HEX triplet: CF, A9 and 89. RGB value is (207,169,137). Sum of RGB (Red+Green+Blue) = 207+169+137=513 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.35% from 513); Green value is 169 (66.41% from 255 or 32.94% from 513); Blue value is 137 (53.91% from 255 or 26.71% from 513); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA989 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA989 is #305676. Grayscale: #B0B0B0. Windows color (decimal): -3167863 or 9021903. OLE color: 9021903.

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

Color convert

RGB207169137-
CMYK00.180.340.19
HSL27.43º42.17%67.45%-
HSV(B)27.43º33.82%81.18%-
XYZ44.4443.4529.71-
YUV176.71105.59149.6-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.35%
GREEN value IS 169 (66.41% from 255) = 32.94%
BLUE value IS 137 (53.91% from 255) = 26.71%
R=40.35%
G=32.94%
B=26.71%

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
Decimal20716913700.180.340.1927.4342.1767.45
HexCFA98901222131b2a43
Octal31725121102242233352103
Binary11001111101010011000100101001010001010011110111010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA989; }

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

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

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

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

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

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

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

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