Html Css Color HEX #C1B949 Sundance

📋 copy color: '#C1B949'

red 193 ◦ green 185 ◦ blue 73

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

Shades of Sundance #C1B949

Tints of Sundance #C1B949

RGB

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

 GREEN value IS 185 (72.66% from 255) = 41.02%

 BLUE value IS 73 (28.91% from 255) = 16.19%

R = 42.79%
G = 41.02%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1B949 (or 0xC1B949) is known color: Sundance. HEX triplet: C1, B9 and 49. RGB value is (193,185,73). Sum of RGB (Red+Green+Blue) = 193+185+73=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 185 (72.66% from 255 or 41.02% from 451); Blue value is 73 (28.91% from 255 or 16.19% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C1B949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C1B949 is #3E46B6. Grayscale: #AFAFAF. Windows color (decimal): -4081335 or 4831681. OLE color: 4831681.

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

Color convert

RGB 193 185 73 -
CMYK 0 0.04 0.62 0.24
HSL 56º 0.49% 0.52% -
HSV(B) 56º 0.62% 0.76% -
XYZ 40.54 46.52 13.15 -
YUV 174.62 70.65 141.11 -
System Red Green Blue C M Y K H S L
Decimal 193 185 73 0 0.04 0.62 0.24 56 0.49 0.52
Hex C1 B9 49 0 4 3E 18 38 31 34
Octal 301 271 111 0 4 76 30 70 61 64
Binary 11000001 10111001 1001001 0 100 111110 11000 111000 110001 110100

Color Harmonies of #C1B949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1B949

Black with #C1B949

Text Example


Text Example

White with #C1B949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1B949; }

 p { color: rgb(193,185,73); }

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

background-color css

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

 a { background-color: rgb(193,185,73); }

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

border-color css

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

 span { border-color: rgb(193,185,73); }

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