#C2B847

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

Shades of Sundance #C2B847

Tints of Sundance #C2B847

Color information

#C2B847 (or 0xC2B847) is unknown color: approx Sundance. HEX triplet: C2, B8 and 47. RGB value is (194,184,71). Sum of RGB (Red+Green+Blue) = 194+184+71=449 (59% of max value = 765). Red value is 194 (76.17% from 255 or 43.21% from 449); Green value is 184 (72.27% from 255 or 40.98% from 449); Blue value is 71 (28.12% from 255 or 15.81% from 449); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B847 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C2B847 is #3D47B8. Grayscale: #AEAEAE. Windows color (decimal): -4016057 or 4700354. OLE color: 4700354.

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

Color convert

RGB19418471-
CMYK00.050.630.24
HSL55.12º50.2%51.96%-
HSV(B)55.12º63.4%76.08%-
XYZ40.5346.2112.74-
YUV174.1169.81142.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 43.21%
GREEN value IS 184 (72.27% from 255) = 40.98%
BLUE value IS 71 (28.12% from 255) = 15.81%
R=43.21%
G=40.98%
B=15.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941847100.050.630.2455.1250.251.96
HexC2B847053F18373234
Octal302270107057730676264
Binary11000010101110001000111010111111111000110111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B847; }

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

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

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

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

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

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

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

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