#C1B151

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

Shades of Sundance #C1B151

Tints of Sundance #C1B151

Color information

#C1B151 (or 0xC1B151) is unknown color: approx Sundance. HEX triplet: C1, B1 and 51. RGB value is (193,177,81). Sum of RGB (Red+Green+Blue) = 193+177+81=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 177 (69.53% from 255 or 39.25% from 451); Blue value is 81 (32.03% from 255 or 17.96% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B151 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B151 is #3E4EAE. Grayscale: #ABABAB. Windows color (decimal): -4083375 or 5353921. OLE color: 5353921.

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

Color convert

RGB19317781-
CMYK00.080.580.24
HSL51.43º47.46%53.73%-
HSV(B)51.43º58.03%75.69%-
XYZ39.243.3814.09-
YUV170.8477.3143.81-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.79%
GREEN value IS 177 (69.53% from 255) = 39.25%
BLUE value IS 81 (32.03% from 255) = 17.96%
R=42.79%
G=39.25%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931778100.080.580.2451.4347.4653.73
HexC1B151083A18332f36
Octal3012611210107230635766
Binary110000011011000110100010100011101011000110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B151; }

 p { color: rgb(193,177,81); }

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

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

 a { background-color: rgb(193,177,81); }

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

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

 span { border-color: rgb(193,177,81); }

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