#C1B24C

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

Shades of Sundance #C1B24C

Tints of Sundance #C1B24C

Color information

#C1B24C (or 0xC1B24C) is unknown color: approx Sundance. HEX triplet: C1, B2 and 4C. RGB value is (193,178,76). Sum of RGB (Red+Green+Blue) = 193+178+76=447 (59% of max value = 765). Red value is 193 (75.78% from 255 or 43.18% from 447); Green value is 178 (69.92% from 255 or 39.82% from 447); Blue value is 76 (30.08% from 255 or 17.00% from 447); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B24C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1B24C is #3E4DB3. Grayscale: #ABABAB. Windows color (decimal): -4083124 or 5026497. OLE color: 5026497.

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

Color convert

RGB19317876-
CMYK00.080.610.24
HSL52.31º48.55%52.75%-
HSV(B)52.31º60.62%75.69%-
XYZ39.2243.713.21-
YUV170.8674.47143.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.18%
GREEN value IS 178 (69.92% from 255) = 39.82%
BLUE value IS 76 (30.08% from 255) = 17.00%
R=43.18%
G=39.82%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931787600.080.610.2452.3148.5552.75
HexC1B24C083D18343135
Octal3012621140107530646165
Binary110000011011001010011000100011110111000110100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B24C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B24C; }

 p { color: rgb(193,178,76); }

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

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

 a { background-color: rgb(193,178,76); }

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

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

 span { border-color: rgb(193,178,76); }

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