#C1AB52

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

Shades of Sundance #C1AB52

Tints of Sundance #C1AB52

Color information

#C1AB52 (or 0xC1AB52) is unknown color: approx Sundance. HEX triplet: C1, AB and 52. RGB value is (193,171,82). Sum of RGB (Red+Green+Blue) = 193+171+82=446 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.27% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 82 (32.42% from 255 or 18.39% from 446); Max value from RGB is 193 - color contains mainly: red. Hex color #C1AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1AB52 is #3E54AD. Grayscale: #A7A7A7. Windows color (decimal): -4084910 or 5417921. OLE color: 5417921.

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

Color convert

RGB19317182-
CMYK00.110.580.24
HSL48.11º47.23%53.92%-
HSV(B)48.11º57.51%75.69%-
XYZ38.0841.0713.9-
YUV167.4379.79146.24-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.27%
GREEN value IS 171 (67.19% from 255) = 38.34%
BLUE value IS 82 (32.42% from 255) = 18.39%
R=43.27%
G=38.34%
B=18.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931718200.110.580.2448.1147.2353.92
HexC1AB520B3A18302f36
Octal3012531220137230605766
Binary110000011010101110100100101111101011000110000101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1AB52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1AB52; }

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

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

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

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

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

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

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

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