#C1B552

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

Shades of Sundance #C1B552

Tints of Sundance #C1B552

Color information

#C1B552 (or 0xC1B552) is unknown color: approx Sundance. HEX triplet: C1, B5 and 52. RGB value is (193,181,82). Sum of RGB (Red+Green+Blue) = 193+181+82=456 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.32% from 456); Green value is 181 (71.09% from 255 or 39.69% from 456); Blue value is 82 (32.42% from 255 or 17.98% from 456); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B552 is #3E4AAD. Grayscale: #ADADAD. Windows color (decimal): -4082350 or 5420481. OLE color: 5420481.

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

Color convert

RGB19318182-
CMYK00.060.580.24
HSL53.51º47.23%53.92%-
HSV(B)53.51º57.51%75.69%-
XYZ40.0444.9914.56-
YUV173.376.48142.05-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.32%
GREEN value IS 181 (71.09% from 255) = 39.69%
BLUE value IS 82 (32.42% from 255) = 17.98%
R=42.32%
G=39.69%
B=17.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931818200.060.580.2453.5147.2353.92
HexC1B552063A18362f36
Octal301265122067230665766
Binary11000001101101011010010011011101011000110110101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B552; }

 p { color: rgb(193,181,82); }

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

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

 a { background-color: rgb(193,181,82); }

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

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

 span { border-color: rgb(193,181,82); }

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