#C0B54E

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

Shades of Sundance #C0B54E

Tints of Sundance #C0B54E

Color information

#C0B54E (or 0xC0B54E) is unknown color: approx Sundance. HEX triplet: C0, B5 and 4E. RGB value is (192,181,78). Sum of RGB (Red+Green+Blue) = 192+181+78=451 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.57% from 451); Green value is 181 (71.09% from 255 or 40.13% from 451); Blue value is 78 (30.86% from 255 or 17.29% from 451); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B54E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B54E is #3F4AB1. Grayscale: #ACACAC. Windows color (decimal): -4147890 or 5158336. OLE color: 5158336.

HSL color Cylindrical-coordinate representation of color #C0B54E: hue angle of 54.21º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C0B54E is Cyan = 0, Magento = 0.06, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19218178-
CMYK00.060.590.25
HSL54.21º47.5%52.94%-
HSV(B)54.21º59.38%75.29%-
XYZ39.6444.813.77-
YUV172.5574.64141.88-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.57%
GREEN value IS 181 (71.09% from 255) = 40.13%
BLUE value IS 78 (30.86% from 255) = 17.29%
R=42.57%
G=40.13%
B=17.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921817800.060.590.2554.2147.552.94
HexC0B54E063B19363035
Octal300265116067331666065
Binary11000000101101011001110011011101111001110110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B54E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B54E; }

 p { color: rgb(192,181,78); }

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

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

 a { background-color: rgb(192,181,78); }

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

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

 span { border-color: rgb(192,181,78); }

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