#CFA648

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

Shades of Sundance #CFA648

Tints of Sundance #CFA648

Color information

#CFA648 (or 0xCFA648) is unknown color: approx Sundance. HEX triplet: CF, A6 and 48. RGB value is (207,166,72). Sum of RGB (Red+Green+Blue) = 207+166+72=445 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.52% from 445); Green value is 166 (65.23% from 255 or 37.30% from 445); Blue value is 72 (28.52% from 255 or 16.18% from 445); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA648 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA648 is #3059B7. Grayscale: #A7A7A7. Windows color (decimal): -3168696 or 4761295. OLE color: 4761295.

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

Color convert

RGB20716672-
CMYK00.200.650.19
HSL41.78º58.44%54.71%-
HSV(B)41.78º65.22%81.18%-
XYZ40.5441.0111.91-
YUV167.5474.08156.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.52%
GREEN value IS 166 (65.23% from 255) = 37.30%
BLUE value IS 72 (28.52% from 255) = 16.18%
R=46.52%
G=37.30%
B=16.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071667200.200.650.1941.7858.4454.71
HexCFA64801441132a3a37
Octal31724611002410123527267
Binary11001111101001101001000010100100000110011101010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA648; }

 p { color: rgb(207,166,72); }

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

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

 a { background-color: rgb(207,166,72); }

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

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

 span { border-color: rgb(207,166,72); }

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