Html Css Color HEX #C5A93F Sundance

📋 copy color: '#C5A93F'

red 197 ◦ green 169 ◦ blue 63

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

Shades of Sundance #C5A93F

Tints of Sundance #C5A93F

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.39%

 BLUE value IS 63 (25% from 255) = 14.69%

R = 45.92%
G = 39.39%
B = 14.69%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C5A93F (or 0xC5A93F) is known color: Sundance. HEX triplet: C5, A9 and 3F. RGB value is (197,169,63). Sum of RGB (Red+Green+Blue) = 197+169+63=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 169 (66.41% from 255 or 39.39% from 429); Blue value is 63 (25% from 255 or 14.69% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A93F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A93F is #3A56C0. Grayscale: #A5A5A5. Windows color (decimal): -3823297 or 4172229. OLE color: 4172229.

HSL color Cylindrical-coordinate representation of color #C5A93F: hue angle of 47.46º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C5A93F is Cyan = 0, Magento = 0.14, Yellow = 0.68 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 169 63 -
CMYK 0 0.14 0.68 0.23
HSL 47.46º 0.54% 0.51% -
HSV(B) 47.46º 0.68% 0.77% -
XYZ 38.11 40.61 10.53 -
YUV 165.29 70.28 150.62 -
System Red Green Blue C M Y K H S L
Decimal 197 169 63 0 0.14 0.68 0.23 47.46 0.54 0.51
Hex C5 A9 3F 0 E 44 17 2F 36 33
Octal 305 251 77 0 16 104 27 57 66 63
Binary 11000101 10101001 111111 0 1110 1000100 10111 101111 110110 110011

Color Harmonies of #C5A93F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A93F

Black with #C5A93F

Text Example


Text Example

White with #C5A93F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A93F; }

 p { color: rgb(197,169,63); }

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

background-color css

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

 a { background-color: rgb(197,169,63); }

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

border-color css

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

 span { border-color: rgb(197,169,63); }

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