#C3A248

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

Shades of Sundance #C3A248

Tints of Sundance #C3A248

Color information

#C3A248 (or 0xC3A248) is unknown color: approx Sundance. HEX triplet: C3, A2 and 48. RGB value is (195,162,72). Sum of RGB (Red+Green+Blue) = 195+162+72=429 (56% of max value = 765). Red value is 195 (76.56% from 255 or 45.45% from 429); Green value is 162 (63.67% from 255 or 37.76% from 429); Blue value is 72 (28.52% from 255 or 16.78% from 429); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A248 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A248 is #3C5DB7. Grayscale: #A1A1A1. Windows color (decimal): -3956152 or 4760259. OLE color: 4760259.

HSL color Cylindrical-coordinate representation of color #C3A248: hue angle of 43.9º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C3A248 is Cyan = 0, Magento = 0.17, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19516272-
CMYK00.170.630.24
HSL43.9º50.62%52.35%-
HSV(B)43.9º63.08%76.47%-
XYZ36.637.9111.52-
YUV161.6177.43151.82-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 45.45%
GREEN value IS 162 (63.67% from 255) = 37.76%
BLUE value IS 72 (28.52% from 255) = 16.78%
R=45.45%
G=37.76%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951627200.170.630.2443.950.6252.35
HexC3A2480113F182c3334
Octal3032421100217730546364
Binary1100001110100010100100001000111111111000101100110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3A248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3A248; }

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

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

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

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

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

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

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

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