Html Css Color HEX #C3A949 Sundance

📋 copy color: '#C3A949'

red 195 ◦ green 169 ◦ blue 73

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

Shades of Sundance #C3A949

Tints of Sundance #C3A949

RGB

 RED value IS 195 (76.56% from 255) = 44.62%

 GREEN value IS 169 (66.41% from 255) = 38.67%

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

R = 44.62%
G = 38.67%
B = 16.7%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C3A949 (or 0xC3A949) is known color: Sundance. HEX triplet: C3, A9 and 49. RGB value is (195,169,73). Sum of RGB (Red+Green+Blue) = 195+169+73=437 (57% of max value = 765). Red value is 195 (76.56% from 255 or 44.62% from 437); Green value is 169 (66.41% from 255 or 38.67% from 437); Blue value is 73 (28.91% from 255 or 16.70% from 437); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A949 is #3C56B6. Grayscale: #A6A6A6. Windows color (decimal): -3954359 or 4827587. OLE color: 4827587.

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

Color convert

RGB 195 169 73 -
CMYK 0 0.13 0.63 0.24
HSL 47.21º 0.5% 0.53% -
HSV(B) 47.21º 0.63% 0.76% -
XYZ 37.9 40.46 12.12 -
YUV 165.83 75.61 148.81 -
System Red Green Blue C M Y K H S L
Decimal 195 169 73 0 0.13 0.63 0.24 47.21 0.5 0.53
Hex C3 A9 49 0 D 3F 18 2F 32 35
Octal 303 251 111 0 15 77 30 57 62 65
Binary 11000011 10101001 1001001 0 1101 111111 11000 101111 110010 110101

Color Harmonies of #C3A949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A949

Black with #C3A949

Text Example


Text Example

White with #C3A949

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A949; }

 p { color: rgb(195,169,73); }

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

background-color css

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

 a { background-color: rgb(195,169,73); }

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

border-color css

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

 span { border-color: rgb(195,169,73); }

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