#C3B251

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

Shades of Sundance #C3B251

Tints of Sundance #C3B251

Color information

#C3B251 (or 0xC3B251) is unknown color: approx Sundance. HEX triplet: C3, B2 and 51. RGB value is (195,178,81). Sum of RGB (Red+Green+Blue) = 195+178+81=454 (60% of max value = 765). Red value is 195 (76.56% from 255 or 42.95% from 454); Green value is 178 (69.92% from 255 or 39.21% from 454); Blue value is 81 (32.03% from 255 or 17.84% from 454); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C3B251 is #3C4DAE. Grayscale: #ACACAC. Windows color (decimal): -3952047 or 5354179. OLE color: 5354179.

HSL color Cylindrical-coordinate representation of color #C3B251: hue angle of 51.05º 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 #C3B251 is Cyan = 0, Magento = 0.09, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB19517881-
CMYK00.090.580.24
HSL51.05º48.72%54.12%-
HSV(B)51.05º58.46%76.47%-
XYZ39.9144.0414.18-
YUV172.0276.63144.39-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 42.95%
GREEN value IS 178 (69.92% from 255) = 39.21%
BLUE value IS 81 (32.03% from 255) = 17.84%
R=42.95%
G=39.21%
B=17.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1951788100.090.580.2451.0548.7254.12
HexC3B251093A18333136
Octal3032621210117230636166
Binary110000111011001010100010100111101011000110011110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3B251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3B251; }

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

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

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

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

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

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

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

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