Html Css Color HEX #C5AB49 Sundance

📋 copy color: '#C5AB49'

red 197 ◦ green 171 ◦ blue 73

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

Shades of Sundance #C5AB49

Tints of Sundance #C5AB49

RGB

 RED value IS 197 (77.34% from 255) = 44.67%

 GREEN value IS 171 (67.19% from 255) = 38.78%

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

R = 44.67%
G = 38.78%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5AB49 (or 0xC5AB49) is known color: Sundance. HEX triplet: C5, AB and 49. RGB value is (197,171,73). Sum of RGB (Red+Green+Blue) = 197+171+73=441 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.67% from 441); Green value is 171 (67.19% from 255 or 38.78% from 441); Blue value is 73 (28.91% from 255 or 16.55% from 441); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB49 is #3A54B6. Grayscale: #A8A8A8. Windows color (decimal): -3822775 or 4828101. OLE color: 4828101.

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

Color convert

RGB 197 171 73 -
CMYK 0 0.13 0.63 0.23
HSL 47.42º 0.52% 0.53% -
HSV(B) 47.42º 0.63% 0.77% -
XYZ 38.79 41.48 12.26 -
YUV 167.6 74.61 148.97 -
System Red Green Blue C M Y K H S L
Decimal 197 171 73 0 0.13 0.63 0.23 47.42 0.52 0.53
Hex C5 AB 49 0 D 3F 17 2F 34 35
Octal 305 253 111 0 15 77 27 57 64 65
Binary 11000101 10101011 1001001 0 1101 111111 10111 101111 110100 110101

Color Harmonies of #C5AB49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB49

Black with #C5AB49

Text Example


Text Example

White with #C5AB49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB49; }

 p { color: rgb(197,171,73); }

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

background-color css

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

 a { background-color: rgb(197,171,73); }

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

border-color css

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

 span { border-color: rgb(197,171,73); }

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