#CB5B55

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

Shades of Indian Red #CB5B55

Tints of Indian Red #CB5B55

Color information

#CB5B55 (or 0xCB5B55) is unknown color: approx Indian Red. HEX triplet: CB, 5B and 55. RGB value is (203,91,85). Sum of RGB (Red+Green+Blue) = 203+91+85=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 85 (33.59% from 255 or 22.43% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B55 is #34A4AA. Grayscale: #7B7B7B. Windows color (decimal): -3450027 or 5594059. OLE color: 5594059.

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

Color convert

RGB2039185-
CMYK00.550.580.20
HSL3.05º53.15%56.47%-
HSV(B)3.05º58.13%79.61%-
XYZ30.0120.8311.03-
YUV123.8106.11184.49-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 53.56%
GREEN value IS 91 (35.94% from 255) = 24.01%
BLUE value IS 85 (33.59% from 255) = 22.43%
R=53.56%
G=24.01%
B=22.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.58
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203918500.550.580.203.0553.1556.47
HexCB5B550373A1433538
Octal313133125067722436570
Binary110010111011011101010101101111110101010011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5B55; }

 p { color: rgb(203,91,85); }

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

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

 a { background-color: rgb(203,91,85); }

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

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

 span { border-color: rgb(203,91,85); }

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