Html Css Color HEX #CB5B5B Indian Red

📋 copy color: '#CB5B5B'

red 203 ◦ green 91 ◦ blue 91

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

Shades of Indian Red #CB5B5B

Tints of Indian Red #CB5B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 23.64%

R = 52.73%
G = 23.64%
B = 23.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CB5B5B (or 0xCB5B5B) is known color: Indian Red. HEX triplet: CB, 5B and 5B. RGB value is (203,91,91). Sum of RGB (Red+Green+Blue) = 203+91+91=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 91 (35.94% from 255 or 23.64% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B5B is #34A4A4. Grayscale: #7C7C7C. Windows color (decimal): -3450021 or 5987275. OLE color: 5987275.

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

Color convert

RGB 203 91 91 -
CMYK 0 0.55 0.55 0.20
HSL 0.52% 0.58% -
HSV(B) 0.55% 0.8% -
XYZ 30.26 20.93 12.34 -
YUV 124.49 109.11 184 -
System Red Green Blue C M Y K H S L
Decimal 203 91 91 0 0.55 0.55 0.20 0 0.52 0.58
Hex CB 5B 5B 0 37 37 14 0 34 3A
Octal 313 133 133 0 67 67 24 0 64 72
Binary 11001011 1011011 1011011 0 110111 110111 10100 0 110100 111010

Color Harmonies of #CB5B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5B5B

Black with #CB5B5B

Text Example


Text Example

White with #CB5B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5B5B; }

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

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

background-color css

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

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

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

border-color css

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

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

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