Html Css Color HEX #C5B054 Sundance

📋 copy color: '#C5B054'

red 197 ◦ green 176 ◦ blue 84

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

Shades of Sundance #C5B054

Tints of Sundance #C5B054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 18.38%

R = 43.11%
G = 38.51%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#C5B054 (or 0xC5B054) is known color: Sundance. HEX triplet: C5, B0 and 54. RGB value is (197,176,84). Sum of RGB (Red+Green+Blue) = 197+176+84=457 (60% of max value = 765). Red value is 197 (77.34% from 255 or 43.11% from 457); Green value is 176 (69.14% from 255 or 38.51% from 457); Blue value is 84 (33.20% from 255 or 18.38% from 457); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B054 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5B054 is #3A4FAB. Grayscale: #ACACAC. Windows color (decimal): -3821484 or 5550277. OLE color: 5550277.

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

Color convert

RGB 197 176 84 -
CMYK 0 0.11 0.57 0.23
HSL 48.85º 0.49% 0.55% -
HSV(B) 48.85º 0.57% 0.77% -
XYZ 40.15 43.56 14.68 -
YUV 171.79 78.46 145.98 -
System Red Green Blue C M Y K H S L
Decimal 197 176 84 0 0.11 0.57 0.23 48.85 0.49 0.55
Hex C5 B0 54 0 B 39 17 31 31 37
Octal 305 260 124 0 13 71 27 61 61 67
Binary 11000101 10110000 1010100 0 1011 111001 10111 110001 110001 110111

Color Harmonies of #C5B054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B054

Black with #C5B054

Text Example


Text Example

White with #C5B054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B054; }

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

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

background-color css

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

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

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

border-color css

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

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

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