#C1B84E

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

Shades of Sundance #C1B84E

Tints of Sundance #C1B84E

Color information

#C1B84E (or 0xC1B84E) is unknown color: approx Sundance. HEX triplet: C1, B8 and 4E. RGB value is (193,184,78). Sum of RGB (Red+Green+Blue) = 193+184+78=455 (60% of max value = 765). Red value is 193 (75.78% from 255 or 42.42% from 455); Green value is 184 (72.27% from 255 or 40.44% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B84E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C1B84E is #3E47B1. Grayscale: #AFAFAF. Windows color (decimal): -4081586 or 5159105. OLE color: 5159105.

HSL color Cylindrical-coordinate representation of color #C1B84E: hue angle of 55.3º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C1B84E is Cyan = 0, Magento = 0.05, Yellow = 0.60 and Black (K on CMYK) = 0.24.

Color convert

RGB19318478-
CMYK00.050.600.24
HSL55.3º48.12%53.14%-
HSV(B)55.3º59.59%75.69%-
XYZ40.5146.1713.98-
YUV174.6173.48141.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 42.42%
GREEN value IS 184 (72.27% from 255) = 40.44%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=42.42%
G=40.44%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931847800.050.600.2455.348.1253.14
HexC1B84E053C18373035
Octal301270116057430676065
Binary11000001101110001001110010111110011000110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1B84E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1B84E; }

 p { color: rgb(193,184,78); }

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

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

 a { background-color: rgb(193,184,78); }

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

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

 span { border-color: rgb(193,184,78); }

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