Html Css Color HEX #C5B155 Sundance

📋 copy color: '#C5B155'

red 197 ◦ green 177 ◦ blue 85

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

Shades of Sundance #C5B155

Tints of Sundance #C5B155

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.56%

 BLUE value IS 85 (33.59% from 255) = 18.52%

R = 42.92%
G = 38.56%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C5B155 (or 0xC5B155) is known color: Sundance. HEX triplet: C5, B1 and 55. RGB value is (197,177,85). Sum of RGB (Red+Green+Blue) = 197+177+85=459 (60% of max value = 765). Red value is 197 (77.34% from 255 or 42.92% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 85 (33.59% from 255 or 18.52% from 459); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B155 is #3A4EAA. Grayscale: #ACACAC. Windows color (decimal): -3821227 or 5616069. OLE color: 5616069.

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

Color convert

RGB 197 177 85 -
CMYK 0 0.10 0.57 0.23
HSL 49.29º 0.49% 0.55% -
HSV(B) 49.29º 0.57% 0.77% -
XYZ 40.39 43.97 14.95 -
YUV 172.49 78.63 145.48 -
System Red Green Blue C M Y K H S L
Decimal 197 177 85 0 0.10 0.57 0.23 49.29 0.49 0.55
Hex C5 B1 55 0 A 39 17 31 31 37
Octal 305 261 125 0 12 71 27 61 61 67
Binary 11000101 10110001 1010101 0 1010 111001 10111 110001 110001 110111

Color Harmonies of #C5B155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B155

Black with #C5B155

Text Example


Text Example

White with #C5B155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B155; }

 p { color: rgb(197,177,85); }

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

background-color css

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

 a { background-color: rgb(197,177,85); }

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

border-color css

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

 span { border-color: rgb(197,177,85); }

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