#CFA17F

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

Shades of Cameo #CFA17F

Tints of Cameo #CFA17F

Color information

#CFA17F (or 0xCFA17F) is unknown color: approx Cameo. HEX triplet: CF, A1 and 7F. RGB value is (207,161,127). Sum of RGB (Red+Green+Blue) = 207+161+127=495 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.82% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 127 (50% from 255 or 25.66% from 495); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA17F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA17F is #305E80. Grayscale: #ABABAB. Windows color (decimal): -3169921 or 8364495. OLE color: 8364495.

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

Color convert

RGB207161127-
CMYK00.220.390.19
HSL25.5º45.45%65.49%-
HSV(B)25.5º38.65%81.18%-
XYZ42.3140.2925.63-
YUV170.88103.24153.76-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.82%
GREEN value IS 161 (63.28% from 255) = 32.53%
BLUE value IS 127 (50% from 255) = 25.66%
R=41.82%
G=32.53%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716112700.220.390.1925.545.4565.49
HexCFA17F01627131a2d41
Octal31724117702647233255101
Binary1100111110100001111111101011010011110011110101011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA17F; }

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

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

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

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

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

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

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

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