#CFA37F

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

Shades of Cameo #CFA37F

Tints of Cameo #CFA37F

Color information

#CFA37F (or 0xCFA37F) is unknown color: approx Cameo. HEX triplet: CF, A3 and 7F. RGB value is (207,163,127). Sum of RGB (Red+Green+Blue) = 207+163+127=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 127 (50% from 255 or 25.55% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA37F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA37F is #305C80. Grayscale: #ACACAC. Windows color (decimal): -3169409 or 8365007. OLE color: 8365007.

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

Color convert

RGB207163127-
CMYK00.210.390.19
HSL27º45.45%65.49%-
HSV(B)27º38.65%81.18%-
XYZ42.6640.9925.74-
YUV172.05102.58152.93-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 163 (64.06% from 255) = 32.80%
BLUE value IS 127 (50% from 255) = 25.55%
R=41.65%
G=32.80%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.39
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716312700.210.390.192745.4565.49
HexCFA37F01527131b2d41
Octal31724317702547233355101
Binary1100111110100011111111101010110011110011110111011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA37F; }

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

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

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

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

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

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

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

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