#CB5D57

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

Shades of Indian Red #CB5D57

Tints of Indian Red #CB5D57

Color information

#CB5D57 (or 0xCB5D57) is unknown color: approx Indian Red. HEX triplet: CB, 5D and 57. RGB value is (203,93,87). Sum of RGB (Red+Green+Blue) = 203+93+87=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 93 (36.72% from 255 or 24.28% from 383); Blue value is 87 (34.38% from 255 or 22.72% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5D57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5D57 is #34A2A8. Grayscale: #7D7D7D. Windows color (decimal): -3449513 or 5725643. OLE color: 5725643.

HSL color Cylindrical-coordinate representation of color #CB5D57: hue angle of 3.1º 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 #CB5D57 is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.20.

Color convert

RGB2039387-
CMYK00.540.570.20
HSL3.1º52.73%56.86%-
HSV(B)3.1º57.14%79.61%-
XYZ30.2621.2111.52-
YUV125.21106.44183.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.00%
GREEN value IS 93 (36.72% from 255) = 24.28%
BLUE value IS 87 (34.38% from 255) = 22.72%
R=53.00%
G=24.28%
B=22.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203938700.540.570.203.152.7356.86
HexCB5D57036391433539
Octal313135127066712436571
Binary110010111011101101011101101101110011010011110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5D57; }

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

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

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

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

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

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

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

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