#C2B047

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

Shades of Sundance #C2B047

Tints of Sundance #C2B047

Color information

#C2B047 (or 0xC2B047) is unknown color: approx Sundance. HEX triplet: C2, B0 and 47. RGB value is (194,176,71). Sum of RGB (Red+Green+Blue) = 194+176+71=441 (58% of max value = 765). Red value is 194 (76.17% from 255 or 43.99% from 441); Green value is 176 (69.14% from 255 or 39.91% from 441); Blue value is 71 (28.12% from 255 or 16.10% from 441); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B047 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2B047 is #3D4FB8. Grayscale: #A9A9A9. Windows color (decimal): -4018105 or 4698306. OLE color: 4698306.

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

Color convert

RGB19417671-
CMYK00.090.630.24
HSL51.22º50.2%51.96%-
HSV(B)51.22º63.4%76.08%-
XYZ38.9142.9712.21-
YUV169.4172.46145.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.99%
GREEN value IS 176 (69.14% from 255) = 39.91%
BLUE value IS 71 (28.12% from 255) = 16.10%
R=43.99%
G=39.91%
B=16.10%

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
Decimal1941767100.090.630.2451.2250.251.96
HexC2B047093F18333234
Octal3022601070117730636264
Binary110000101011000010001110100111111111000110011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B047; }

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

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

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

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

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

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

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

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