#C1B153

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

Shades of Sundance #C1B153

Tints of Sundance #C1B153

Color information

#C1B153 (or 0xC1B153) is unknown color: approx Sundance. HEX triplet: C1, B1 and 53. RGB value is (193,177,83). Sum of RGB (Red+Green+Blue) = 193+177+83=453 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.60% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 83 (32.81% from 255 or 18.32% from 453); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B153 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1B153 is #3E4EAC. Grayscale: #ABABAB. Windows color (decimal): -4083373 or 5484993. OLE color: 5484993.

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

Color convert

RGB19317783-
CMYK00.080.570.24
HSL51.27º47.01%54.12%-
HSV(B)51.27º56.99%75.69%-
XYZ39.2843.4114.49-
YUV171.0778.3143.64-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.60%
GREEN value IS 177 (69.53% from 255) = 39.07%
BLUE value IS 83 (32.81% from 255) = 18.32%
R=42.60%
G=39.07%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931778300.080.570.2451.2747.0154.12
HexC1B153083918332f36
Octal3012611230107130635766
Binary110000011011000110100110100011100111000110011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B153; }

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

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

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

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

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

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

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

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