#CFA589

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

Shades of Cameo #CFA589

Tints of Cameo #CFA589

Color information

#CFA589 (or 0xCFA589) is unknown color: approx Cameo. HEX triplet: CF, A5 and 89. RGB value is (207,165,137). Sum of RGB (Red+Green+Blue) = 207+165+137=509 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.67% from 509); Green value is 165 (64.84% from 255 or 32.42% from 509); Blue value is 137 (53.91% from 255 or 26.92% from 509); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA589 is #305A76. Grayscale: #AEAEAE. Windows color (decimal): -3168887 or 9020879. OLE color: 9020879.

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

Color convert

RGB207165137-
CMYK00.200.340.19
HSL24º42.17%67.45%-
HSV(B)24º33.82%81.18%-
XYZ43.741.9829.47-
YUV174.37106.91151.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 40.67%
GREEN value IS 165 (64.84% from 255) = 32.42%
BLUE value IS 137 (53.91% from 255) = 26.92%
R=40.67%
G=32.42%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.34
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716513700.200.340.192442.1767.45
HexCFA5890142213182a43
Octal31724521102442233052103
Binary11001111101001011000100101010010001010011110001010101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA589

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA589; }

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

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

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

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

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

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

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

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