#CFA57C

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

Shades of Cameo #CFA57C

Tints of Cameo #CFA57C

Color information

#CFA57C (or 0xCFA57C) is unknown color: approx Cameo. HEX triplet: CF, A5 and 7C. RGB value is (207,165,124). Sum of RGB (Red+Green+Blue) = 207+165+124=496 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.73% from 496); Green value is 165 (64.84% from 255 or 33.27% from 496); Blue value is 124 (48.83% from 255 or 25% from 496); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA57C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA57C is #305A83. Grayscale: #ADADAD. Windows color (decimal): -3168900 or 8168911. OLE color: 8168911.

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

Color convert

RGB207165124-
CMYK00.200.400.19
HSL29.64º46.37%64.9%-
HSV(B)29.64º40.1%81.18%-
XYZ42.8341.6324.85-
YUV172.88100.41152.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.73%
GREEN value IS 165 (64.84% from 255) = 33.27%
BLUE value IS 124 (48.83% from 255) = 25%
R=41.73%
G=33.27%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.40
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20716512400.200.400.1929.6446.3764.9
HexCFA57C01428131e2e41
Octal31724517402450233656101
Binary1100111110100101111110001010010100010011111101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA57C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA57C; }

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

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

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

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

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

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

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

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