#CFA17C

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

Shades of Cameo #CFA17C

Tints of Cameo #CFA17C

Color information

#CFA17C (or 0xCFA17C) is unknown color: approx Cameo. HEX triplet: CF, A1 and 7C. RGB value is (207,161,124). Sum of RGB (Red+Green+Blue) = 207+161+124=492 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.07% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 124 (48.83% from 255 or 25.20% from 492); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA17C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA17C is #305E83. Grayscale: #AAAAAA. Windows color (decimal): -3169924 or 8167887. OLE color: 8167887.

HSL color Cylindrical-coordinate representation of color #CFA17C: hue angle of 26.75º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CFA17C is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.19.

Color convert

RGB207161124-
CMYK00.220.400.19
HSL26.75º46.37%64.9%-
HSV(B)26.75º40.1%81.18%-
XYZ42.1240.2124.61-
YUV170.54101.74154.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 42.07%
GREEN value IS 161 (63.28% from 255) = 32.72%
BLUE value IS 124 (48.83% from 255) = 25.20%
R=42.07%
G=32.72%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716112400.220.400.1926.7546.3764.9
HexCFA17C01628131b2e41
Octal31724117402650233356101
Binary1100111110100001111110001011010100010011110111011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA17C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA17C; }

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

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

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

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

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

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

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

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