#CFA248

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

Shades of Sundance #CFA248

Tints of Sundance #CFA248

Color information

#CFA248 (or 0xCFA248) is unknown color: approx Sundance. HEX triplet: CF, A2 and 48. RGB value is (207,162,72). Sum of RGB (Red+Green+Blue) = 207+162+72=441 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.94% from 441); Green value is 162 (63.67% from 255 or 36.73% from 441); Blue value is 72 (28.52% from 255 or 16.33% from 441); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA248 is #305DB7. Grayscale: #A5A5A5. Windows color (decimal): -3169720 or 4760271. OLE color: 4760271.

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

Color convert

RGB20716272-
CMYK00.220.650.19
HSL40º58.44%54.71%-
HSV(B)40º65.22%81.18%-
XYZ39.8239.5711.67-
YUV165.275.41157.82-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.94%
GREEN value IS 162 (63.67% from 255) = 36.73%
BLUE value IS 72 (28.52% from 255) = 16.33%
R=46.94%
G=36.73%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071627200.220.650.194058.4454.71
HexCFA2480164113283a37
Octal31724211002610123507267
Binary11001111101000101001000010110100000110011101000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA248; }

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

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

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

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

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

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

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

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