Html Css Color HEX #C5AF56 Sundance

📋 copy color: '#C5AF56'

red 197 ◦ green 175 ◦ blue 86

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

Shades of Sundance #C5AF56

Tints of Sundance #C5AF56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 18.78%

R = 43.01%
G = 38.21%
B = 18.78%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.56

 K value IS 0.23

RGB Variations

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

Color information

#C5AF56 (or 0xC5AF56) is known color: Sundance. HEX triplet: C5, AF and 56. RGB value is (197,175,86). Sum of RGB (Red+Green+Blue) = 197+175+86=458 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.01% from 458); Green value is 175 (68.75% from 255 or 38.21% from 458); Blue value is 86 (33.98% from 255 or 18.78% from 458); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AF56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5AF56 is #3A50A9. Grayscale: #ABABAB. Windows color (decimal): -3821738 or 5681093. OLE color: 5681093.

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

Color convert

RGB 197 175 86 -
CMYK 0 0.11 0.56 0.23
HSL 48.11º 0.49% 0.55% -
HSV(B) 48.11º 0.56% 0.77% -
XYZ 40.04 43.2 15.03 -
YUV 171.43 79.79 146.24 -
System Red Green Blue C M Y K H S L
Decimal 197 175 86 0 0.11 0.56 0.23 48.11 0.49 0.55
Hex C5 AF 56 0 B 38 17 30 31 37
Octal 305 257 126 0 13 70 27 60 61 67
Binary 11000101 10101111 1010110 0 1011 111000 10111 110000 110001 110111

Color Harmonies of #C5AF56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AF56

Black with #C5AF56

Text Example


Text Example

White with #C5AF56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AF56; }

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

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

background-color css

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

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

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

border-color css

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

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

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