Html Css Color HEX #C5AF51 Sundance

📋 copy color: '#C5AF51'

red 197 ◦ green 175 ◦ blue 81

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

Shades of Sundance #C5AF51

Tints of Sundance #C5AF51

RGB

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

 GREEN value IS 175 (68.75% from 255) = 38.63%

 BLUE value IS 81 (32.03% from 255) = 17.88%

R = 43.49%
G = 38.63%
B = 17.88%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5AF51 (or 0xC5AF51) is known color: Sundance. HEX triplet: C5, AF and 51. RGB value is (197,175,81). Sum of RGB (Red+Green+Blue) = 197+175+81=453 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.49% from 453); Green value is 175 (68.75% from 255 or 38.63% from 453); Blue value is 81 (32.03% from 255 or 17.88% from 453); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF51 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF51 is #3A50AE. Grayscale: #ABABAB. Windows color (decimal): -3821743 or 5353413. OLE color: 5353413.

HSL color Cylindrical-coordinate representation of color #C5AF51: hue angle of 48.62º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5AF51 is Cyan = 0, Magento = 0.11, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 175 81 -
CMYK 0 0.11 0.59 0.23
HSL 48.62º 0.5% 0.55% -
HSV(B) 48.62º 0.59% 0.77% -
XYZ 39.84 43.12 14.01 -
YUV 170.86 77.29 146.64 -
System Red Green Blue C M Y K H S L
Decimal 197 175 81 0 0.11 0.59 0.23 48.62 0.5 0.55
Hex C5 AF 51 0 B 3B 17 31 32 37
Octal 305 257 121 0 13 73 27 61 62 67
Binary 11000101 10101111 1010001 0 1011 111011 10111 110001 110010 110111

Color Harmonies of #C5AF51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF51

Black with #C5AF51

Text Example


Text Example

White with #C5AF51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF51; }

 p { color: rgb(197,175,81); }

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

background-color css

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

 a { background-color: rgb(197,175,81); }

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

border-color css

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

 span { border-color: rgb(197,175,81); }

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