Html Css Color HEX #C5AB46 Sundance

📋 copy color: '#C5AB46'

red 197 ◦ green 171 ◦ blue 70

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

Shades of Sundance #C5AB46

Tints of Sundance #C5AB46

RGB

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

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

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

R = 44.98%
G = 39.04%
B = 15.98%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.64

 K value IS 0.23

RGB Variations

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

Color information

#C5AB46 (or 0xC5AB46) is known color: Sundance. HEX triplet: C5, AB and 46. RGB value is (197,171,70). Sum of RGB (Red+Green+Blue) = 197+171+70=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 70 (27.73% from 255 or 15.98% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB46 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB46 is #3A54B9. Grayscale: #A7A7A7. Windows color (decimal): -3822778 or 4631493. OLE color: 4631493.

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

Color convert

RGB 197 171 70 -
CMYK 0 0.13 0.64 0.23
HSL 47.72º 0.52% 0.52% -
HSV(B) 47.72º 0.64% 0.77% -
XYZ 38.69 41.44 11.75 -
YUV 167.26 73.11 149.21 -
System Red Green Blue C M Y K H S L
Decimal 197 171 70 0 0.13 0.64 0.23 47.72 0.52 0.52
Hex C5 AB 46 0 D 40 17 30 34 34
Octal 305 253 106 0 15 100 27 60 64 64
Binary 11000101 10101011 1000110 0 1101 1000000 10111 110000 110100 110100

Color Harmonies of #C5AB46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5AB46

Black with #C5AB46

Text Example


Text Example

White with #C5AB46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5AB46; }

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

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

background-color css

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

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

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

border-color css

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

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

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