Html Css Color HEX #C1A750 Sundance

📋 copy color: '#C1A750'

red 193 ◦ green 167 ◦ blue 80

#C1A750
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sundance #C1A750

Tints of Sundance #C1A750

RGB

 RED value IS 193 (75.78% from 255) = 43.86%

 GREEN value IS 167 (65.63% from 255) = 37.95%

 BLUE value IS 80 (31.64% from 255) = 18.18%

R = 43.86%
G = 37.95%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#C1A750 (or 0xC1A750) is known color: Sundance. HEX triplet: C1, A7 and 50. RGB value is (193,167,80). Sum of RGB (Red+Green+Blue) = 193+167+80=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 167 (65.62% from 255 or 37.95% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A750 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1A750 is #3E58AF. Grayscale: #A5A5A5. Windows color (decimal): -4085936 or 5285825. OLE color: 5285825.

HSL color Cylindrical-coordinate representation of color #C1A750: hue angle of 46.19º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C1A750 is Cyan = 0, Magento = 0.13, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 167 80 -
CMYK 0 0.13 0.59 0.24
HSL 46.19º 0.48% 0.54% -
HSV(B) 46.19º 0.59% 0.76% -
XYZ 37.26 39.55 13.26 -
YUV 164.86 80.11 148.07 -
System Red Green Blue C M Y K H S L
Decimal 193 167 80 0 0.13 0.59 0.24 46.19 0.48 0.54
Hex C1 A7 50 0 D 3B 18 2E 30 36
Octal 301 247 120 0 15 73 30 56 60 66
Binary 11000001 10100111 1010000 0 1101 111011 11000 101110 110000 110110

Color Harmonies of #C1A750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A750

Black with #C1A750

Text Example


Text Example

White with #C1A750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A750; }

 p { color: rgb(193,167,80); }

 H1.HeaderClassName
 {
   color: #C1A750;
 }
 .AnyTagClassName
 {
   color: #C1A750;
 }
</style>

background-color css

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

 a { background-color: rgb(193,167,80); }

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

border-color css

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

 span { border-color: rgb(193,167,80); }

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