#CFA57D

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

Shades of Cameo #CFA57D

Tints of Cameo #CFA57D

Color information

#CFA57D (or 0xCFA57D) is unknown color: approx Cameo. HEX triplet: CF, A5 and 7D. RGB value is (207,165,125). Sum of RGB (Red+Green+Blue) = 207+165+125=497 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.65% from 497); Green value is 165 (64.84% from 255 or 33.20% from 497); Blue value is 125 (49.22% from 255 or 25.15% from 497); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA57D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CFA57D is #305A82. Grayscale: #ADADAD. Windows color (decimal): -3168899 or 8234447. OLE color: 8234447.

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

Color convert

RGB207165125-
CMYK00.200.400.19
HSL29.27º46.07%65.1%-
HSV(B)29.27º39.61%81.18%-
XYZ42.8941.6625.18-
YUV173100.91152.25-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 41.65%
GREEN value IS 165 (64.84% from 255) = 33.20%
BLUE value IS 125 (49.22% from 255) = 25.15%
R=41.65%
G=33.20%
B=25.15%

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
Decimal20716512500.200.400.1929.2746.0765.1
HexCFA57D01428131d2e41
Octal31724517502450233556101
Binary1100111110100101111110101010010100010011111011011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA57D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA57D; }

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

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

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

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

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

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

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

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