#C0B64E

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

Shades of Sundance #C0B64E

Tints of Sundance #C0B64E

Color information

#C0B64E (or 0xC0B64E) is unknown color: approx Sundance. HEX triplet: C0, B6 and 4E. RGB value is (192,182,78). Sum of RGB (Red+Green+Blue) = 192+182+78=452 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.48% from 452); Green value is 182 (71.48% from 255 or 40.27% from 452); Blue value is 78 (30.86% from 255 or 17.26% from 452); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B64E is #3F49B1. Grayscale: #ADADAD. Windows color (decimal): -4147634 or 5158592. OLE color: 5158592.

HSL color Cylindrical-coordinate representation of color #C0B64E: hue angle of 54.74º 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 #C0B64E is Cyan = 0, Magento = 0.05, Yellow = 0.59 and Black (K on CMYK) = 0.25.

Color convert

RGB19218278-
CMYK00.050.590.25
HSL54.74º47.5%52.94%-
HSV(B)54.74º59.38%75.29%-
XYZ39.8445.2113.83-
YUV173.1374.31141.46-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.48%
GREEN value IS 182 (71.48% from 255) = 40.27%
BLUE value IS 78 (30.86% from 255) = 17.26%
R=42.48%
G=40.27%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921827800.050.590.2554.7447.552.94
HexC0B64E053B19373035
Octal300266116057331676065
Binary11000000101101101001110010111101111001110111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B64E; }

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

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

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

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

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

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

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

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