#9C5C50

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

Shades of Crail #9C5C50

Tints of Crail #9C5C50

Color information

#9C5C50 (or 0x9C5C50) is unknown color: approx Crail. HEX triplet: 9C, 5C and 50. RGB value is (156,92,80). Sum of RGB (Red+Green+Blue) = 156+92+80=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 92 (36.33% from 255 or 28.05% from 328); Blue value is 80 (31.64% from 255 or 24.39% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5C50 is #63A3AF. Grayscale: #6D6D6D. Windows color (decimal): -6529968 or 5266588. OLE color: 5266588.

HSL color Cylindrical-coordinate representation of color #9C5C50: hue angle of 9.47º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C5C50 is Cyan = 0, Magento = 0.41, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB1569280-
CMYK00.410.490.39
HSL9.47º32.2%46.27%-
HSV(B)9.47º48.72%61.18%-
XYZ18.9915.39.54-
YUV109.77111.2160.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 47.56%
GREEN value IS 92 (36.33% from 255) = 28.05%
BLUE value IS 80 (31.64% from 255) = 24.39%
R=47.56%
G=28.05%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156928000.410.490.399.4732.246.27
Hex9C5C5002931279202e
Octal2341341200516147114056
Binary100111001011100101000001010011100011001111001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5C50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C5C50; }

 p { color: rgb(156,92,80); }

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

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

 a { background-color: rgb(156,92,80); }

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

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

 span { border-color: rgb(156,92,80); }

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