Html Css Color HEX #C0A249 Sundance

📋 copy color: '#C0A249'

red 192 ◦ green 162 ◦ blue 73

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

Shades of Sundance #C0A249

Tints of Sundance #C0A249

RGB

 RED value IS 192 (75.39% from 255) = 44.96%

 GREEN value IS 162 (63.67% from 255) = 37.94%

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

R = 44.96%
G = 37.94%
B = 17.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#C0A249 (or 0xC0A249) is known color: Sundance. HEX triplet: C0, A2 and 49. RGB value is (192,162,73). Sum of RGB (Red+Green+Blue) = 192+162+73=427 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.96% from 427); Green value is 162 (63.67% from 255 or 37.94% from 427); Blue value is 73 (28.91% from 255 or 17.10% from 427); Max value from RGB is 192 - color contains mainly: red. Hex color #C0A249 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0A249 is #3F5DB6. Grayscale: #A1A1A1. Windows color (decimal): -4152759 or 4825792. OLE color: 4825792.

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

Color convert

RGB 192 162 73 -
CMYK 0 0.16 0.62 0.25
HSL 44.87º 0.49% 0.52% -
HSV(B) 44.87º 0.62% 0.75% -
XYZ 35.86 37.53 11.66 -
YUV 160.82 78.44 150.24 -
System Red Green Blue C M Y K H S L
Decimal 192 162 73 0 0.16 0.62 0.25 44.87 0.49 0.52
Hex C0 A2 49 0 10 3E 19 2D 31 34
Octal 300 242 111 0 20 76 31 55 61 64
Binary 11000000 10100010 1001001 0 10000 111110 11001 101101 110001 110100

Color Harmonies of #C0A249

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0A249

Black with #C0A249

Text Example


Text Example

White with #C0A249

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0A249; }

 p { color: rgb(192,162,73); }

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

background-color css

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

 a { background-color: rgb(192,162,73); }

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

border-color css

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

 span { border-color: rgb(192,162,73); }

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