#c2b257

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

Shades of Sundance #C2B257

Tints of Sundance #C2B257

Color information

#C2B257 (or 0xC2B257) is unknown color: approx Sundance. HEX triplet: C2, B2 and 57. RGB value is (194,178,87). Sum of RGB (Red+Green+Blue) = 194+178+87=459 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.27% from 459); Green value is 178 (69.92% from 255 or 38.78% from 459); Blue value is 87 (34.38% from 255 or 18.95% from 459); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B257 is #3D4DA8. Grayscale: #ACACAC. Windows color (decimal): -4017577 or 5747394. OLE color: 5747394.

HSL color Cylindrical-coordinate representation of color #C2B257: hue angle of 51.03º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C2B257 is Cyan = 0, Magento = 0.08, Yellow = 0.55 and Black (K on CMYK) = 0.24.

Color convert

RGB19417887-
CMYK00.080.550.24
HSL51.03º46.72%55.1%-
HSV(B)51.03º55.15%76.08%-
XYZ39.894415.41-
YUV172.4179.8143.4-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.27%
GREEN value IS 178 (69.92% from 255) = 38.78%
BLUE value IS 87 (34.38% from 255) = 18.95%
R=42.27%
G=38.78%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941788700.080.550.2451.0346.7255.1
HexC2B257083718332f37
Octal3022621270106730635767
Binary110000101011001010101110100011011111000110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2b257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2b257; }

 p { color: rgb(194,178,87); }

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

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

 a { background-color: rgb(194,178,87); }

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

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

 span { border-color: rgb(194,178,87); }

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