#C0B647

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

Shades of Sundance #C0B647

Tints of Sundance #C0B647

Color information

#C0B647 (or 0xC0B647) is unknown color: approx Sundance. HEX triplet: C0, B6 and 47. RGB value is (192,182,71). Sum of RGB (Red+Green+Blue) = 192+182+71=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 182 (71.48% from 255 or 40.90% from 445); Blue value is 71 (28.12% from 255 or 15.96% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B647 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C0B647 is #3F49B8. Grayscale: #ACACAC. Windows color (decimal): -4147641 or 4699840. OLE color: 4699840.

HSL color Cylindrical-coordinate representation of color #C0B647: hue angle of 55.04º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C0B647 is Cyan = 0, Magento = 0.05, Yellow = 0.63 and Black (K on CMYK) = 0.25.

Color convert

RGB19218271-
CMYK00.050.630.25
HSL55.04º48.99%51.57%-
HSV(B)55.04º63.02%75.29%-
XYZ39.645.1212.58-
YUV172.3470.81142.03-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 182 (71.48% from 255) = 40.90%
BLUE value IS 71 (28.12% from 255) = 15.96%
R=43.15%
G=40.90%
B=15.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921827100.050.630.2555.0448.9951.57
HexC0B647053F19373134
Octal300266107057731676164
Binary11000000101101101000111010111111111001110111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B647; }

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

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

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

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

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

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

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

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