#CFA890

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

Shades of Cameo #CFA890

Tints of Cameo #CFA890

Color information

#CFA890 (or 0xCFA890) is unknown color: approx Cameo. HEX triplet: CF, A8 and 90. RGB value is (207,168,144). Sum of RGB (Red+Green+Blue) = 207+168+144=519 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.88% from 519); Green value is 168 (66.02% from 255 or 32.37% from 519); Blue value is 144 (56.64% from 255 or 27.75% from 519); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA890 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA890 is #30576F. Grayscale: #B1B1B1. Windows color (decimal): -3168112 or 9480399. OLE color: 9480399.

HSL color Cylindrical-coordinate representation of color #CFA890: hue angle of 22.86º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFA890 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.19.

Color convert

RGB207168144-
CMYK00.190.300.19
HSL22.86º39.62%68.82%-
HSV(B)22.86º30.43%81.18%-
XYZ44.7743.2832.38-
YUV176.92109.42149.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.88%
GREEN value IS 168 (66.02% from 255) = 32.37%
BLUE value IS 144 (56.64% from 255) = 27.75%
R=39.88%
G=32.37%
B=27.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.30
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716814400.190.300.1922.8639.6268.82
HexCFA8900131E13172845
Octal31725022002336232750105
Binary1100111110101000100100000100111111010011101111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA890; }

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

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

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

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

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

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

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

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