Html Css Color HEX #C5AB48 Sundance

📋 copy color: '#C5AB48'

red 197 ◦ green 171 ◦ blue 72

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

Shades of Sundance #C5AB48

Tints of Sundance #C5AB48

RGB

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

 GREEN value IS 171 (67.19% from 255) = 38.86%

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

R = 44.77%
G = 38.86%
B = 16.36%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C5AB48 (or 0xC5AB48) is known color: Sundance. HEX triplet: C5, AB and 48. RGB value is (197,171,72). Sum of RGB (Red+Green+Blue) = 197+171+72=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 171 (67.19% from 255 or 38.86% from 440); Blue value is 72 (28.52% from 255 or 16.36% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB48 is #3A54B7. Grayscale: #A7A7A7. Windows color (decimal): -3822776 or 4762565. OLE color: 4762565.

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

Color convert

RGB 197 171 72 -
CMYK 0 0.13 0.63 0.23
HSL 47.52º 0.52% 0.53% -
HSV(B) 47.52º 0.63% 0.77% -
XYZ 38.76 41.46 12.09 -
YUV 167.49 74.11 149.05 -
System Red Green Blue C M Y K H S L
Decimal 197 171 72 0 0.13 0.63 0.23 47.52 0.52 0.53
Hex C5 AB 48 0 D 3F 17 30 34 35
Octal 305 253 110 0 15 77 27 60 64 65
Binary 11000101 10101011 1001000 0 1101 111111 10111 110000 110100 110101

Color Harmonies of #C5AB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB48

Black with #C5AB48

Text Example


Text Example

White with #C5AB48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB48; }

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

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

background-color css

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

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

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

border-color css

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

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

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