#C1A152

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

Shades of Sundance #C1A152

Tints of Sundance #C1A152

Color information

#C1A152 (or 0xC1A152) is unknown color: approx Sundance. HEX triplet: C1, A1 and 52. RGB value is (193,161,82). Sum of RGB (Red+Green+Blue) = 193+161+82=436 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.27% from 436); Green value is 161 (63.28% from 255 or 36.93% from 436); Blue value is 82 (32.42% from 255 or 18.81% from 436); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A152 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A152 is #3E5EAD. Grayscale: #A1A1A1. Windows color (decimal): -4087470 or 5415361. OLE color: 5415361.

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

Color convert

RGB19316182-
CMYK00.170.580.24
HSL42.7º47.23%53.92%-
HSV(B)42.7º57.51%75.69%-
XYZ36.2637.4413.3-
YUV161.5683.1150.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.27%
GREEN value IS 161 (63.28% from 255) = 36.93%
BLUE value IS 82 (32.42% from 255) = 18.81%
R=44.27%
G=36.93%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.58
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931618200.170.580.2442.747.2353.92
HexC1A1520113A182b2f36
Octal3012411220217230535766
Binary1100000110100001101001001000111101011000101011101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1A152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1A152; }

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

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

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

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

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

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

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

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