#C8B450

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

Shades of Sundance #C8B450

Tints of Sundance #C8B450

Color information

#C8B450 (or 0xC8B450) is unknown color: approx Sundance. HEX triplet: C8, B4 and 50. RGB value is (200,180,80). Sum of RGB (Red+Green+Blue) = 200+180+80=460 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.48% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 80 (31.64% from 255 or 17.39% from 460); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B450 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B450 is #374BAF. Grayscale: #AFAFAF. Windows color (decimal): -3623856 or 5289160. OLE color: 5289160.

HSL color Cylindrical-coordinate representation of color #C8B450: hue angle of 50º 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 #C8B450 is Cyan = 0, Magento = 0.1, Yellow = 0.6 and Black (K on CMYK) = 0.22.

Color convert

RGB20018080-
CMYK00.10.60.22
HSL50º52.17%54.9%-
HSV(B)50º60%78.43%-
XYZ41.5945.514.18-
YUV174.5874.63146.13-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 43.48%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 80 (31.64% from 255) = 17.39%
R=43.48%
G=39.13%
B=17.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.1
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001808000.10.60.225052.1754.9
HexC8B4500A3C16323437
Octal3102641200127426626467
Binary110010001011010010100000101011110010110110010110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8B450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8B450; }

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

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

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

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

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

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

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

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