Html Css Color HEX #C5B056 Sundance

📋 copy color: '#C5B056'

red 197 ◦ green 176 ◦ blue 86

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

Shades of Sundance #C5B056

Tints of Sundance #C5B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.34%

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

R = 42.92%
G = 38.34%
B = 18.74%

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

#C5B056 (or 0xC5B056) is known color: Sundance. HEX triplet: C5, B0 and 56. RGB value is (197,176,86). Sum of RGB (Red+Green+Blue) = 197+176+86=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 176 (69.14% from 255 or 38.34% from 459); Blue value is 86 (33.98% from 255 or 18.74% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B056 is #3A4FA9. Grayscale: #ACACAC. Windows color (decimal): -3821482 or 5681349. OLE color: 5681349.

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

Color convert

RGB 197 176 86 -
CMYK 0 0.11 0.56 0.23
HSL 48.65º 0.49% 0.55% -
HSV(B) 48.65º 0.56% 0.77% -
XYZ 40.23 43.59 15.1 -
YUV 172.02 79.46 145.82 -
System Red Green Blue C M Y K H S L
Decimal 197 176 86 0 0.11 0.56 0.23 48.65 0.49 0.55
Hex C5 B0 56 0 B 38 17 31 31 37
Octal 305 260 126 0 13 70 27 61 61 67
Binary 11000101 10110000 1010110 0 1011 111000 10111 110001 110001 110111

Color Harmonies of #C5B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B056

Black with #C5B056

Text Example


Text Example

White with #C5B056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B056; }

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

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

background-color css

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

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

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

border-color css

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

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

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