#C5AB4B

Color #C5AB4B Sundance (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sundance #C5AB4B

Tints of Sundance #C5AB4B

Color information

#C5AB4B (or 0xC5AB4B) is unknown color: approx Sundance. HEX triplet: C5, AB and 4B. RGB value is (197,171,75). Sum of RGB (Red+Green+Blue) = 197+171+75=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 171 (67.19% from 255 or 38.60% from 443); Blue value is 75 (29.69% from 255 or 16.93% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5AB4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5AB4B is #3A54B4. Grayscale: #A8A8A8. Windows color (decimal): -3822773 or 4959173. OLE color: 4959173.

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

Color convert

RGB19717175-
CMYK00.130.620.23
HSL47.21º51.26%53.33%-
HSV(B)47.21º61.93%77.25%-
XYZ38.8641.512.62-
YUV167.8375.61148.81-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 171 (67.19% from 255) = 38.60%
BLUE value IS 75 (29.69% from 255) = 16.93%
R=44.47%
G=38.60%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971717500.130.620.2347.2151.2653.33
HexC5AB4B0D3E172f3335
Octal3052531130157627576365
Binary110001011010101110010110110111111010111101111110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5AB4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5AB4B; }

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

 H1.HeaderClassName
 {
   color: #C5AB4B;
 }
 .AnyTagClassName
 {
   color: #C5AB4B;
 }
</style>
background-color css

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

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

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

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

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

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