Html Css Color HEX #C5B448 Sundance

📋 copy color: '#C5B448'

red 197 ◦ green 180 ◦ blue 72

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

Shades of Sundance #C5B448

Tints of Sundance #C5B448

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 16.04%

R = 43.88%
G = 40.09%
B = 16.04%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5B448 (or 0xC5B448) is known color: Sundance. HEX triplet: C5, B4 and 48. RGB value is (197,180,72). Sum of RGB (Red+Green+Blue) = 197+180+72=449 (59% of max value = 765). Red value is 197 (77.34% from 255 or 43.88% from 449); Green value is 180 (70.70% from 255 or 40.09% from 449); Blue value is 72 (28.52% from 255 or 16.04% from 449); Max value from RGB is 197 - color contains mainly: red. Hex color #C5B448 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C5B448 is #3A4BB7. Grayscale: #ADADAD. Windows color (decimal): -3820472 or 4764869. OLE color: 4764869.

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

Color convert

RGB 197 180 72 -
CMYK 0 0.09 0.63 0.23
HSL 51.84º 0.52% 0.53% -
HSV(B) 51.84º 0.63% 0.77% -
XYZ 40.52 44.98 12.68 -
YUV 172.77 71.13 145.28 -
System Red Green Blue C M Y K H S L
Decimal 197 180 72 0 0.09 0.63 0.23 51.84 0.52 0.53
Hex C5 B4 48 0 9 3F 17 34 34 35
Octal 305 264 110 0 11 77 27 64 64 65
Binary 11000101 10110100 1001000 0 1001 111111 10111 110100 110100 110101

Color Harmonies of #C5B448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5B448

Black with #C5B448

Text Example


Text Example

White with #C5B448

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5B448; }

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

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

background-color css

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

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

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

border-color css

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

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

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