#C3B253

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

Shades of Sundance #C3B253

Tints of Sundance #C3B253

Color information

#C3B253 (or 0xC3B253) is unknown color: approx Sundance. HEX triplet: C3, B2 and 53. RGB value is (195,178,83). Sum of RGB (Red+Green+Blue) = 195+178+83=456 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.76% from 456); Green value is 178 (69.92% from 255 or 39.04% from 456); Blue value is 83 (32.81% from 255 or 18.20% from 456); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B253 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B253 is #3C4DAC. Grayscale: #ACACAC. Windows color (decimal): -3952045 or 5485251. OLE color: 5485251.

HSL color Cylindrical-coordinate representation of color #C3B253: hue angle of 50.89º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C3B253 is Cyan = 0, Magento = 0.09, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19517883-
CMYK00.090.570.24
HSL50.89º48.28%54.51%-
HSV(B)50.89º57.44%76.47%-
XYZ39.9944.0714.58-
YUV172.2577.63144.22-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.76%
GREEN value IS 178 (69.92% from 255) = 39.04%
BLUE value IS 83 (32.81% from 255) = 18.20%
R=42.76%
G=39.04%
B=18.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951788300.090.570.2450.8948.2854.51
HexC3B253093918333037
Octal3032621230117130636067
Binary110000111011001010100110100111100111000110011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B253; }

 p { color: rgb(195,178,83); }

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

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

 a { background-color: rgb(195,178,83); }

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

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

 span { border-color: rgb(195,178,83); }

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