Html Css Color HEX #C5AF48 Sundance

📋 copy color: '#C5AF48'

red 197 ◦ green 175 ◦ blue 72

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

Shades of Sundance #C5AF48

Tints of Sundance #C5AF48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.22%

R = 44.37%
G = 39.41%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5AF48 (or 0xC5AF48) is known color: Sundance. HEX triplet: C5, AF and 48. RGB value is (197,175,72). Sum of RGB (Red+Green+Blue) = 197+175+72=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 72 (28.52% from 255 or 16.22% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AF48 is #3A50B7. Grayscale: #AAAAAA. Windows color (decimal): -3821752 or 4763589. OLE color: 4763589.

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

Color convert

RGB 197 175 72 -
CMYK 0 0.11 0.63 0.23
HSL 49.44º 0.52% 0.53% -
HSV(B) 49.44º 0.63% 0.77% -
XYZ 39.53 43 12.35 -
YUV 169.84 72.79 147.38 -
System Red Green Blue C M Y K H S L
Decimal 197 175 72 0 0.11 0.63 0.23 49.44 0.52 0.53
Hex C5 AF 48 0 B 3F 17 31 34 35
Octal 305 257 110 0 13 77 27 61 64 65
Binary 11000101 10101111 1001000 0 1011 111111 10111 110001 110100 110101

Color Harmonies of #C5AF48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF48

Black with #C5AF48

Text Example


Text Example

White with #C5AF48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF48; }

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

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

background-color css

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

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

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

border-color css

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

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

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