Html Css Color HEX #CB5959 Indian Red

📋 copy color: '#CB5959'

red 203 ◦ green 89 ◦ blue 89

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

Shades of Indian Red #CB5959

Tints of Indian Red #CB5959

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.36%

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

R = 53.28%
G = 23.36%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB5959 (or 0xCB5959) is known color: Indian Red. HEX triplet: CB, 59 and 59. RGB value is (203,89,89). Sum of RGB (Red+Green+Blue) = 203+89+89=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 89 (35.16% from 255 or 23.36% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5959 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5959 is #34A6A6. Grayscale: #7B7B7B. Windows color (decimal): -3450535 or 5855691. OLE color: 5855691.

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

Color convert

RGB 203 89 89 -
CMYK 0 0.56 0.56 0.20
HSL 0.52% 0.57% -
HSV(B) 0.56% 0.8% -
XYZ 30 20.56 11.84 -
YUV 123.09 108.77 185 -
System Red Green Blue C M Y K H S L
Decimal 203 89 89 0 0.56 0.56 0.20 0 0.52 0.57
Hex CB 59 59 0 38 38 14 0 34 39
Octal 313 131 131 0 70 70 24 0 64 71
Binary 11001011 1011001 1011001 0 111000 111000 10100 0 110100 111001

Color Harmonies of #CB5959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5959

Black with #CB5959

Text Example


Text Example

White with #CB5959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5959; }

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

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

background-color css

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

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

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

border-color css

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

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

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