Html Css Color HEX #C5B551 Sundance

📋 copy color: '#C5B551'

red 197 ◦ green 181 ◦ blue 81

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

Shades of Sundance #C5B551

Tints of Sundance #C5B551

RGB

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

 GREEN value IS 181 (71.09% from 255) = 39.43%

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

R = 42.92%
G = 39.43%
B = 17.65%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#C5B551 (or 0xC5B551) is known color: Sundance. HEX triplet: C5, B5 and 51. RGB value is (197,181,81). Sum of RGB (Red+Green+Blue) = 197+181+81=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 181 (71.09% from 255 or 39.43% from 459); Blue value is 81 (32.03% from 255 or 17.65% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B551 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C5B551 is #3A4AAE. Grayscale: #AEAEAE. Windows color (decimal): -3820207 or 5354949. OLE color: 5354949.

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

Color convert

RGB 197 181 81 -
CMYK 0 0.08 0.59 0.23
HSL 51.72º 0.5% 0.55% -
HSV(B) 51.72º 0.59% 0.77% -
XYZ 41.04 45.51 14.41 -
YUV 174.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 197 181 81 0 0.08 0.59 0.23 51.72 0.5 0.55
Hex C5 B5 51 0 8 3B 17 34 32 37
Octal 305 265 121 0 10 73 27 64 62 67
Binary 11000101 10110101 1010001 0 1000 111011 10111 110100 110010 110111

Color Harmonies of #C5B551

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B551

Black with #C5B551

Text Example


Text Example

White with #C5B551

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B551; }

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

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

background-color css

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

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

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

border-color css

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

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

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