Html Css Color HEX #C1A449 Sundance

📋 copy color: '#C1A449'

red 193 ◦ green 164 ◦ blue 73

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

Shades of Sundance #C1A449

Tints of Sundance #C1A449

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.14%

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

R = 44.88%
G = 38.14%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#C1A449 (or 0xC1A449) is known color: Sundance. HEX triplet: C1, A4 and 49. RGB value is (193,164,73). Sum of RGB (Red+Green+Blue) = 193+164+73=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 164 (64.45% from 255 or 38.14% from 430); Blue value is 73 (28.91% from 255 or 16.98% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C1A449 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1A449 is #3E5BB6. Grayscale: #A2A2A2. Windows color (decimal): -4086711 or 4826305. OLE color: 4826305.

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

Color convert

RGB 193 164 73 -
CMYK 0 0.15 0.62 0.24
HSL 45.5º 0.49% 0.52% -
HSV(B) 45.5º 0.62% 0.76% -
XYZ 36.47 38.37 11.79 -
YUV 162.3 77.61 149.9 -
System Red Green Blue C M Y K H S L
Decimal 193 164 73 0 0.15 0.62 0.24 45.5 0.49 0.52
Hex C1 A4 49 0 F 3E 18 2E 31 34
Octal 301 244 111 0 17 76 30 56 61 64
Binary 11000001 10100100 1001001 0 1111 111110 11000 101110 110001 110100

Color Harmonies of #C1A449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1A449

Black with #C1A449

Text Example


Text Example

White with #C1A449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1A449; }

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

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

background-color css

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

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

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

border-color css

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

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

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