#CFA177

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

Shades of Cameo #CFA177

Tints of Cameo #CFA177

Color information

#CFA177 (or 0xCFA177) is unknown color: approx Cameo. HEX triplet: CF, A1 and 77. RGB value is (207,161,119). Sum of RGB (Red+Green+Blue) = 207+161+119=487 (64% of max value = 765). Red value is 207 (81.25% from 255 or 42.51% from 487); Green value is 161 (63.28% from 255 or 33.06% from 487); Blue value is 119 (46.88% from 255 or 24.44% from 487); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA177 is #305E88. Grayscale: #AAAAAA. Windows color (decimal): -3169929 or 7840207. OLE color: 7840207.

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

Color convert

RGB207161119-
CMYK00.220.430.19
HSL28.64º47.83%63.92%-
HSV(B)28.64º42.51%81.18%-
XYZ41.8140.0922.99-
YUV169.9799.24154.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.51%
GREEN value IS 161 (63.28% from 255) = 33.06%
BLUE value IS 119 (46.88% from 255) = 24.44%
R=42.51%
G=33.06%
B=24.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.43
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716111900.220.430.1928.6447.8363.92
HexCFA1770162B131d3040
Octal31724116702653233560100
Binary1100111110100001111011101011010101110011111011100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA177; }

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

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

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

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

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

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

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

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