Html Css Color HEX #C5AF53 Sundance

📋 copy color: '#C5AF53'

red 197 ◦ green 175 ◦ blue 83

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

Shades of Sundance #C5AF53

Tints of Sundance #C5AF53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 18.24%

R = 43.3%
G = 38.46%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.58

 K value IS 0.23

RGB Variations

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

Color information

#C5AF53 (or 0xC5AF53) is known color: Sundance. HEX triplet: C5, AF and 53. RGB value is (197,175,83). Sum of RGB (Red+Green+Blue) = 197+175+83=455 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.30% from 455); Green value is 175 (68.75% from 255 or 38.46% from 455); Blue value is 83 (32.81% from 255 or 18.24% from 455); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF53 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF53 is #3A50AC. Grayscale: #ABABAB. Windows color (decimal): -3821741 or 5484485. OLE color: 5484485.

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

Color convert

RGB 197 175 83 -
CMYK 0 0.11 0.58 0.23
HSL 48.42º 0.5% 0.55% -
HSV(B) 48.42º 0.58% 0.77% -
XYZ 39.92 43.15 14.41 -
YUV 171.09 78.29 146.48 -
System Red Green Blue C M Y K H S L
Decimal 197 175 83 0 0.11 0.58 0.23 48.42 0.5 0.55
Hex C5 AF 53 0 B 3A 17 30 32 37
Octal 305 257 123 0 13 72 27 60 62 67
Binary 11000101 10101111 1010011 0 1011 111010 10111 110000 110010 110111

Color Harmonies of #C5AF53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF53

Black with #C5AF53

Text Example


Text Example

White with #C5AF53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF53; }

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

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

background-color css

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

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

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

border-color css

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

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

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