Html Css Color HEX #C5B351 Sundance

📋 copy color: '#C5B351'

red 197 ◦ green 179 ◦ blue 81

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

Shades of Sundance #C5B351

Tints of Sundance #C5B351

RGB

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

 GREEN value IS 179 (70.31% from 255) = 39.17%

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

R = 43.11%
G = 39.17%
B = 17.72%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5B351 (or 0xC5B351) is known color: Sundance. HEX triplet: C5, B3 and 51. RGB value is (197,179,81). Sum of RGB (Red+Green+Blue) = 197+179+81=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 81 (32.03% from 255 or 17.72% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B351 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B351 is #3A4CAE. Grayscale: #ADADAD. Windows color (decimal): -3820719 or 5354437. OLE color: 5354437.

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

Color convert

RGB 197 179 81 -
CMYK 0 0.09 0.59 0.23
HSL 50.69º 0.5% 0.55% -
HSV(B) 50.69º 0.59% 0.77% -
XYZ 40.63 44.7 14.27 -
YUV 173.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 197 179 81 0 0.09 0.59 0.23 50.69 0.5 0.55
Hex C5 B3 51 0 9 3B 17 33 32 37
Octal 305 263 121 0 11 73 27 63 62 67
Binary 11000101 10110011 1010001 0 1001 111011 10111 110011 110010 110111

Color Harmonies of #C5B351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B351

Black with #C5B351

Text Example


Text Example

White with #C5B351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B351; }

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

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

background-color css

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

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

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

border-color css

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

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

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