#CFA179

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

Shades of Cameo #CFA179

Tints of Cameo #CFA179

Color information

#CFA179 (or 0xCFA179) is unknown color: approx Cameo. HEX triplet: CF, A1 and 79. RGB value is (207,161,121). Sum of RGB (Red+Green+Blue) = 207+161+121=489 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.33% from 489); Green value is 161 (63.28% from 255 or 32.92% from 489); Blue value is 121 (47.66% from 255 or 24.74% from 489); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA179 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA179 is #305E86. Grayscale: #AAAAAA. Windows color (decimal): -3169927 or 7971279. OLE color: 7971279.

HSL color Cylindrical-coordinate representation of color #CFA179: hue angle of 27.91º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CFA179 is Cyan = 0, Magento = 0.22, Yellow = 0.42 and Black (K on CMYK) = 0.19.

Color convert

RGB207161121-
CMYK00.220.420.19
HSL27.91º47.25%64.31%-
HSV(B)27.91º41.55%81.18%-
XYZ41.9340.1423.63-
YUV170.19100.24154.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.33%
GREEN value IS 161 (63.28% from 255) = 32.92%
BLUE value IS 121 (47.66% from 255) = 24.74%
R=42.33%
G=32.92%
B=24.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.42
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716112100.220.420.1927.9147.2564.31
HexCFA1790162A131c2f40
Octal31724117102652233457100
Binary1100111110100001111100101011010101010011111001011111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA179; }

 p { color: rgb(207,161,121); }

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

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

 a { background-color: rgb(207,161,121); }

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

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

 span { border-color: rgb(207,161,121); }

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