Html Css Color HEX #C5A93E Sundance

📋 copy color: '#C5A93E'

red 197 ◦ green 169 ◦ blue 62

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

Shades of Sundance #C5A93E

Tints of Sundance #C5A93E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 14.49%

R = 46.03%
G = 39.49%
B = 14.49%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.69

 K value IS 0.23

RGB Variations

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

Color information

#C5A93E (or 0xC5A93E) is known color: Sundance. HEX triplet: C5, A9 and 3E. RGB value is (197,169,62). Sum of RGB (Red+Green+Blue) = 197+169+62=428 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.03% from 428); Green value is 169 (66.41% from 255 or 39.49% from 428); Blue value is 62 (24.61% from 255 or 14.49% from 428); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A93E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5A93E is #3A56C1. Grayscale: #A5A5A5. Windows color (decimal): -3823298 or 4106693. OLE color: 4106693.

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

Color convert

RGB 197 169 62 -
CMYK 0 0.14 0.69 0.23
HSL 47.56º 0.54% 0.51% -
HSV(B) 47.56º 0.69% 0.77% -
XYZ 38.08 40.59 10.39 -
YUV 165.17 69.78 150.7 -
System Red Green Blue C M Y K H S L
Decimal 197 169 62 0 0.14 0.69 0.23 47.56 0.54 0.51
Hex C5 A9 3E 0 E 45 17 30 36 33
Octal 305 251 76 0 16 105 27 60 66 63
Binary 11000101 10101001 111110 0 1110 1000101 10111 110000 110110 110011

Color Harmonies of #C5A93E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A93E

Black with #C5A93E

Text Example


Text Example

White with #C5A93E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A93E; }

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

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

background-color css

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

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

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

border-color css

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

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

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