#C8B750

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

Shades of Sundance #C8B750

Tints of Sundance #C8B750

Color information

#C8B750 (or 0xC8B750) is unknown color: approx Sundance. HEX triplet: C8, B7 and 50. RGB value is (200,183,80). Sum of RGB (Red+Green+Blue) = 200+183+80=463 (61% of max value = 765). Red value is 200 (78.52% from 255 or 43.20% from 463); Green value is 183 (71.88% from 255 or 39.52% from 463); Blue value is 80 (31.64% from 255 or 17.28% from 463); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B750 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B750 is #3748AF. Grayscale: #B0B0B0. Windows color (decimal): -3623088 or 5289928. OLE color: 5289928.

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

Color convert

RGB20018380-
CMYK00.080.60.22
HSL51.5º52.17%54.9%-
HSV(B)51.5º60%78.43%-
XYZ42.246.7314.38-
YUV176.3473.63144.88-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.20%
GREEN value IS 183 (71.88% from 255) = 39.52%
BLUE value IS 80 (31.64% from 255) = 17.28%
R=43.20%
G=39.52%
B=17.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001838000.080.60.2251.552.1754.9
HexC8B750083C16343437
Octal3102671200107426646467
Binary110010001011011110100000100011110010110110100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B750; }

 p { color: rgb(200,183,80); }

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

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

 a { background-color: rgb(200,183,80); }

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

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

 span { border-color: rgb(200,183,80); }

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