Html Css Color HEX #C5A251 Sundance

📋 copy color: '#C5A251'

red 197 ◦ green 162 ◦ blue 81

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

Shades of Sundance #C5A251

Tints of Sundance #C5A251

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.82%

 BLUE value IS 81 (32.03% from 255) = 18.41%

R = 44.77%
G = 36.82%
B = 18.41%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5A251 (or 0xC5A251) is known color: Sundance. HEX triplet: C5, A2 and 51. RGB value is (197,162,81). Sum of RGB (Red+Green+Blue) = 197+162+81=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 162 (63.67% from 255 or 36.82% from 440); Blue value is 81 (32.03% from 255 or 18.41% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5A251 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5A251 is #3A5DAE. Grayscale: #A3A3A3. Windows color (decimal): -3825071 or 5350085. OLE color: 5350085.

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

Color convert

RGB 197 162 81 -
CMYK 0 0.18 0.59 0.23
HSL 41.9º 0.5% 0.55% -
HSV(B) 41.9º 0.59% 0.77% -
XYZ 37.43 38.31 13.21 -
YUV 163.23 81.6 152.09 -
System Red Green Blue C M Y K H S L
Decimal 197 162 81 0 0.18 0.59 0.23 41.9 0.5 0.55
Hex C5 A2 51 0 12 3B 17 2A 32 37
Octal 305 242 121 0 22 73 27 52 62 67
Binary 11000101 10100010 1010001 0 10010 111011 10111 101010 110010 110111

Color Harmonies of #C5A251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5A251

Black with #C5A251

Text Example


Text Example

White with #C5A251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5A251; }

 p { color: rgb(197,162,81); }

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

background-color css

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

 a { background-color: rgb(197,162,81); }

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

border-color css

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

 span { border-color: rgb(197,162,81); }

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