#C0B147

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

Shades of Sundance #C0B147

Tints of Sundance #C0B147

Color information

#C0B147 (or 0xC0B147) is unknown color: approx Sundance. HEX triplet: C0, B1 and 47. RGB value is (192,177,71). Sum of RGB (Red+Green+Blue) = 192+177+71=440 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.64% from 440); Green value is 177 (69.53% from 255 or 40.23% from 440); Blue value is 71 (28.12% from 255 or 16.14% from 440); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B147 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C0B147 is #3F4EB8. Grayscale: #A9A9A9. Windows color (decimal): -4148921 or 4698560. OLE color: 4698560.

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

Color convert

RGB19217771-
CMYK00.080.630.25
HSL52.56º48.99%51.57%-
HSV(B)52.56º63.02%75.29%-
XYZ38.643.1112.25-
YUV169.472.47144.12-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.64%
GREEN value IS 177 (69.53% from 255) = 40.23%
BLUE value IS 71 (28.12% from 255) = 16.14%
R=43.64%
G=40.23%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.63
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1921777100.080.630.2552.5648.9951.57
HexC0B147083F19353134
Octal3002611070107731656164
Binary110000001011000110001110100011111111001110101110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0B147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0B147; }

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

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

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

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

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

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

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

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