Html Css Color HEX #CB5E5E Indian Red

📋 copy color: '#CB5E5E'

red 203 ◦ green 94 ◦ blue 94

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

Shades of Indian Red #CB5E5E

Tints of Indian Red #CB5E5E

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.04%

 BLUE value IS 94 (37.11% from 255) = 24.04%

R = 51.92%
G = 24.04%
B = 24.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB5E5E (or 0xCB5E5E) is known color: Indian Red. HEX triplet: CB, 5E and 5E. RGB value is (203,94,94). Sum of RGB (Red+Green+Blue) = 203+94+94=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 94 (37.11% from 255 or 24.04% from 391); Blue value is 94 (37.11% from 255 or 24.04% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E5E is #34A1A1. Grayscale: #7E7E7E. Windows color (decimal): -3449250 or 6184651. OLE color: 6184651.

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

Color convert

RGB 203 94 94 -
CMYK 0 0.54 0.54 0.20
HSL 0.51% 0.58% -
HSV(B) 0.54% 0.8% -
XYZ 30.65 21.51 13.13 -
YUV 126.59 109.61 182.5 -
System Red Green Blue C M Y K H S L
Decimal 203 94 94 0 0.54 0.54 0.20 0 0.51 0.58
Hex CB 5E 5E 0 36 36 14 0 33 3A
Octal 313 136 136 0 66 66 24 0 63 72
Binary 11001011 1011110 1011110 0 110110 110110 10100 0 110011 111010

Color Harmonies of #CB5E5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E5E

Black with #CB5E5E

Text Example


Text Example

White with #CB5E5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E5E; }

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

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

background-color css

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

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

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

border-color css

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

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

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