#CFA790

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

Shades of Cameo #CFA790

Tints of Cameo #CFA790

Color information

#CFA790 (or 0xCFA790) is unknown color: approx Cameo. HEX triplet: CF, A7 and 90. RGB value is (207,167,144). Sum of RGB (Red+Green+Blue) = 207+167+144=518 (68% of max value = 765). Red value is 207 (81.25% from 255 or 39.96% from 518); Green value is 167 (65.62% from 255 or 32.24% from 518); Blue value is 144 (56.64% from 255 or 27.80% from 518); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CFA790 is #30586F. Grayscale: #B0B0B0. Windows color (decimal): -3168368 or 9480143. OLE color: 9480143.

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

Color convert

RGB207167144-
CMYK00.190.300.19
HSL21.9º39.62%68.82%-
HSV(B)21.9º30.43%81.18%-
XYZ44.5842.9232.32-
YUV176.34109.75149.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 39.96%
GREEN value IS 167 (65.62% from 255) = 32.24%
BLUE value IS 144 (56.64% from 255) = 27.80%
R=39.96%
G=32.24%
B=27.80%

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
Decimal20716714400.190.300.1921.939.6268.82
HexCFA7900131E13162845
Octal31724722002336232650105
Binary1100111110100111100100000100111111010011101101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA790; }

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

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

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

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

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

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

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

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