#CB5C57

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

Shades of Indian Red #CB5C57

Tints of Indian Red #CB5C57

Color information

#CB5C57 (or 0xCB5C57) is unknown color: approx Indian Red. HEX triplet: CB, 5C and 57. RGB value is (203,92,87). Sum of RGB (Red+Green+Blue) = 203+92+87=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5C57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5C57 is #34A3A8. Grayscale: #7C7C7C. Windows color (decimal): -3449769 or 5725387. OLE color: 5725387.

HSL color Cylindrical-coordinate representation of color #CB5C57: hue angle of 2.59º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5C57 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB2039287-
CMYK00.550.570.20
HSL2.59º52.73%56.86%-
HSV(B)2.59º57.14%79.61%-
XYZ30.1821.0411.49-
YUV124.62106.77183.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.14%
GREEN value IS 92 (36.33% from 255) = 24.08%
BLUE value IS 87 (34.38% from 255) = 22.77%
R=53.14%
G=24.08%
B=22.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203928700.550.570.202.5952.7356.86
HexCB5C57037391433539
Octal313134127067712436571
Binary110010111011100101011101101111110011010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5C57; }

 p { color: rgb(203,92,87); }

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

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

 a { background-color: rgb(203,92,87); }

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

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

 span { border-color: rgb(203,92,87); }

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