#c8ab52

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

Shades of Sundance #C8AB52

Tints of Sundance #C8AB52

Color information

#C8AB52 (or 0xC8AB52) is unknown color: approx Sundance. HEX triplet: C8, AB and 52. RGB value is (200,171,82). Sum of RGB (Red+Green+Blue) = 200+171+82=453 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.15% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 82 (32.42% from 255 or 18.10% from 453); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AB52 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8AB52 is #3754AD. Grayscale: #A9A9A9. Windows color (decimal): -3626158 or 5417928. OLE color: 5417928.

HSL color Cylindrical-coordinate representation of color #C8AB52: hue angle of 45.25º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8AB52 is Cyan = 0, Magento = 0.14, Yellow = 0.59 and Black (K on CMYK) = 0.22.

Color convert

RGB20017182-
CMYK00.140.590.22
HSL45.25º51.75%55.29%-
HSV(B)45.25º59%78.43%-
XYZ39.9142.0113.99-
YUV169.5278.61149.74-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 44.15%
GREEN value IS 171 (67.19% from 255) = 37.75%
BLUE value IS 82 (32.42% from 255) = 18.10%
R=44.15%
G=37.75%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.59
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001718200.140.590.2245.2551.7555.29
HexC8AB520E3B162d3437
Octal3102531220167326556467
Binary110010001010101110100100111011101110110101101110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8ab52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8ab52; }

 p { color: rgb(200,171,82); }

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

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

 a { background-color: rgb(200,171,82); }

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

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

 span { border-color: rgb(200,171,82); }

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