Html Css Color HEX #CB5B59 Indian Red

📋 copy color: '#CB5B59'

red 203 ◦ green 91 ◦ blue 89

#CB5B59
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CB5B59

Tints of Indian Red #CB5B59

RGB

 RED value IS 203 (79.69% from 255) = 53%

 GREEN value IS 91 (35.94% from 255) = 23.76%

 BLUE value IS 89 (35.16% from 255) = 23.24%

R = 53%
G = 23.76%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB5B59 (or 0xCB5B59) is known color: Indian Red. HEX triplet: CB, 5B and 59. RGB value is (203,91,89). Sum of RGB (Red+Green+Blue) = 203+91+89=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B59 is #34A4A6. Grayscale: #7C7C7C. Windows color (decimal): -3450023 or 5856203. OLE color: 5856203.

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

Color convert

RGB 203 91 89 -
CMYK 0 0.55 0.56 0.20
HSL 1.05º 0.52% 0.57% -
HSV(B) 1.05º 0.56% 0.8% -
XYZ 30.17 20.9 11.9 -
YUV 124.26 108.11 184.16 -
System Red Green Blue C M Y K H S L
Decimal 203 91 89 0 0.55 0.56 0.20 1.05 0.52 0.57
Hex CB 5B 59 0 37 38 14 1 34 39
Octal 313 133 131 0 67 70 24 1 64 71
Binary 11001011 1011011 1011001 0 110111 111000 10100 1 110100 111001

Color Harmonies of #CB5B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B59

Black with #CB5B59

Text Example


Text Example

White with #CB5B59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B59; }

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

 H1.HeaderClassName
 {
   color: #CB5B59;
 }
 .AnyTagClassName
 {
   color: #CB5B59;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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