#C3B951

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

Shades of Sundance #C3B951

Tints of Sundance #C3B951

Color information

#C3B951 (or 0xC3B951) is unknown color: approx Sundance. HEX triplet: C3, B9 and 51. RGB value is (195,185,81). Sum of RGB (Red+Green+Blue) = 195+185+81=461 (61% of max value = 765). Red value is 195 (76.56% from 255 or 42.30% from 461); Green value is 185 (72.66% from 255 or 40.13% from 461); Blue value is 81 (32.03% from 255 or 17.57% from 461); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B951 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C3B951 is #3C46AE. Grayscale: #B0B0B0. Windows color (decimal): -3950255 or 5355971. OLE color: 5355971.

HSL color Cylindrical-coordinate representation of color #C3B951: hue angle of 54.74º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C3B951 is Cyan = 0, Magento = 0.05, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19518581-
CMYK00.050.580.24
HSL54.74º48.72%54.12%-
HSV(B)54.74º58.46%76.47%-
XYZ41.3446.8914.66-
YUV176.1374.31141.46-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.30%
GREEN value IS 185 (72.66% from 255) = 40.13%
BLUE value IS 81 (32.03% from 255) = 17.57%
R=42.30%
G=40.13%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951858100.050.580.2454.7448.7254.12
HexC3B951053A18373136
Octal303271121057230676166
Binary11000011101110011010001010111101011000110111110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B951; }

 p { color: rgb(195,185,81); }

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

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

 a { background-color: rgb(195,185,81); }

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

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

 span { border-color: rgb(195,185,81); }

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