#C2B048

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

Shades of Sundance #C2B048

Tints of Sundance #C2B048

Color information

#C2B048 (or 0xC2B048) is unknown color: approx Sundance. HEX triplet: C2, B0 and 48. RGB value is (194,176,72). Sum of RGB (Red+Green+Blue) = 194+176+72=442 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.89% from 442); Green value is 176 (69.14% from 255 or 39.82% from 442); Blue value is 72 (28.52% from 255 or 16.29% from 442); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B048 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B048 is #3D4FB7. Grayscale: #A9A9A9. Windows color (decimal): -4018104 or 4763842. OLE color: 4763842.

HSL color Cylindrical-coordinate representation of color #C2B048: hue angle of 51.15º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C2B048 is Cyan = 0, Magento = 0.09, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB19417672-
CMYK00.090.630.24
HSL51.15º50%52.16%-
HSV(B)51.15º62.89%76.08%-
XYZ38.9442.9912.38-
YUV169.5372.96145.46-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.89%
GREEN value IS 176 (69.14% from 255) = 39.82%
BLUE value IS 72 (28.52% from 255) = 16.29%
R=43.89%
G=39.82%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941767200.090.630.2451.155052.16
HexC2B048093F18333234
Octal3022601100117730636264
Binary110000101011000010010000100111111111000110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B048; }

 p { color: rgb(194,176,72); }

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

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

 a { background-color: rgb(194,176,72); }

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

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

 span { border-color: rgb(194,176,72); }

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