Html Css Color HEX #C5B446 Sundance

📋 copy color: '#C5B446'

red 197 ◦ green 180 ◦ blue 70

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

Shades of Sundance #C5B446

Tints of Sundance #C5B446

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.27%

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

R = 44.07%
G = 40.27%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5B446 (or 0xC5B446) is known color: Sundance. HEX triplet: C5, B4 and 46. RGB value is (197,180,70). Sum of RGB (Red+Green+Blue) = 197+180+70=447 (59% of max value = 765). Red value is 197 (77.34% from 255 or 44.07% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 70 (27.73% from 255 or 15.66% from 447); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B446 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B446 is #3A4BB9. Grayscale: #ACACAC. Windows color (decimal): -3820474 or 4633797. OLE color: 4633797.

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

Color convert

RGB 197 180 70 -
CMYK 0 0.09 0.64 0.23
HSL 51.97º 0.52% 0.52% -
HSV(B) 51.97º 0.64% 0.77% -
XYZ 40.45 44.96 12.34 -
YUV 172.54 70.13 145.44 -
System Red Green Blue C M Y K H S L
Decimal 197 180 70 0 0.09 0.64 0.23 51.97 0.52 0.52
Hex C5 B4 46 0 9 40 17 34 34 34
Octal 305 264 106 0 11 100 27 64 64 64
Binary 11000101 10110100 1000110 0 1001 1000000 10111 110100 110100 110100

Color Harmonies of #C5B446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B446

Black with #C5B446

Text Example


Text Example

White with #C5B446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B446; }

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

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

background-color css

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

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

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

border-color css

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

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

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