Html Css Color HEX #C5B146 Sundance

📋 copy color: '#C5B146'

red 197 ◦ green 177 ◦ blue 70

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

Shades of Sundance #C5B146

Tints of Sundance #C5B146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.77%

R = 44.37%
G = 39.86%
B = 15.77%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5B146 (or 0xC5B146) is known color: Sundance. HEX triplet: C5, B1 and 46. RGB value is (197,177,70). Sum of RGB (Red+Green+Blue) = 197+177+70=444 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.37% from 444); Green value is 177 (69.53% from 255 or 39.86% from 444); Blue value is 70 (27.73% from 255 or 15.77% from 444); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B146 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5B146 is #3A4EB9. Grayscale: #ABABAB. Windows color (decimal): -3821242 or 4633029. OLE color: 4633029.

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

Color convert

RGB 197 177 70 -
CMYK 0 0.10 0.64 0.23
HSL 50.55º 0.52% 0.52% -
HSV(B) 50.55º 0.64% 0.77% -
XYZ 39.85 43.76 12.14 -
YUV 170.78 71.13 146.7 -
System Red Green Blue C M Y K H S L
Decimal 197 177 70 0 0.10 0.64 0.23 50.55 0.52 0.52
Hex C5 B1 46 0 A 40 17 33 34 34
Octal 305 261 106 0 12 100 27 63 64 64
Binary 11000101 10110001 1000110 0 1010 1000000 10111 110011 110100 110100

Color Harmonies of #C5B146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B146

Black with #C5B146

Text Example


Text Example

White with #C5B146

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B146; }

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

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

background-color css

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

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

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

border-color css

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

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

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