Html Css Color HEX #C3A549 Sundance

📋 copy color: '#C3A549'

red 195 ◦ green 165 ◦ blue 73

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

Shades of Sundance #C3A549

Tints of Sundance #C3A549

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.11%

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

R = 45.03%
G = 38.11%
B = 16.86%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#C3A549 (or 0xC3A549) is known color: Sundance. HEX triplet: C3, A5 and 49. RGB value is (195,165,73). Sum of RGB (Red+Green+Blue) = 195+165+73=433 (57% of max value = 765). Red value is 195 (76.56% from 255 or 45.03% from 433); Green value is 165 (64.84% from 255 or 38.11% from 433); Blue value is 73 (28.91% from 255 or 16.86% from 433); Max value from RGB is 195 - color contains mainly: red. Hex color #C3A549 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C3A549 is #3C5AB6. Grayscale: #A3A3A3. Windows color (decimal): -3955383 or 4826563. OLE color: 4826563.

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

Color convert

RGB 195 165 73 -
CMYK 0 0.15 0.63 0.24
HSL 45.25º 0.5% 0.53% -
HSV(B) 45.25º 0.63% 0.76% -
XYZ 37.16 38.99 11.87 -
YUV 163.48 76.94 150.48 -
System Red Green Blue C M Y K H S L
Decimal 195 165 73 0 0.15 0.63 0.24 45.25 0.5 0.53
Hex C3 A5 49 0 F 3F 18 2D 32 35
Octal 303 245 111 0 17 77 30 55 62 65
Binary 11000011 10100101 1001001 0 1111 111111 11000 101101 110010 110101

Color Harmonies of #C3A549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3A549

Black with #C3A549

Text Example


Text Example

White with #C3A549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3A549; }

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

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

background-color css

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

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

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

border-color css

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

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

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