#C2B255

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

Shades of Sundance #C2B255

Tints of Sundance #C2B255

Color information

#C2B255 (or 0xC2B255) is unknown color: approx Sundance. HEX triplet: C2, B2 and 55. RGB value is (194,178,85). Sum of RGB (Red+Green+Blue) = 194+178+85=457 (60% of max value = 765). Red value is 194 (76.17% from 255 or 42.45% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 85 (33.59% from 255 or 18.60% from 457); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2B255 is #3D4DAA. Grayscale: #ACACAC. Windows color (decimal): -4017579 or 5616322. OLE color: 5616322.

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

Color convert

RGB19417885-
CMYK00.080.560.24
HSL51.19º47.19%54.71%-
HSV(B)51.19º56.19%76.08%-
XYZ39.8143.9714.98-
YUV172.1878.8143.56-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 42.45%
GREEN value IS 178 (69.92% from 255) = 38.95%
BLUE value IS 85 (33.59% from 255) = 18.60%
R=42.45%
G=38.95%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941788500.080.560.2451.1947.1954.71
HexC2B255083818332f37
Octal3022621250107030635767
Binary110000101011001010101010100011100011000110011101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2B255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2B255; }

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

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

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

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

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

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

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

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