Html Css Color HEX #CB5557 Mandy

📋 copy color: '#CB5557'

red 203 ◦ green 85 ◦ blue 87

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

Shades of Mandy #CB5557

Tints of Mandy #CB5557

RGB

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

 GREEN value IS 85 (33.59% from 255) = 22.67%

 BLUE value IS 87 (34.38% from 255) = 23.2%

R = 54.13%
G = 22.67%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.57

 K value IS 0.20

RGB Variations

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

Color information

#CB5557 (or 0xCB5557) is known color: Mandy. HEX triplet: CB, 55 and 57. RGB value is (203,85,87). Sum of RGB (Red+Green+Blue) = 203+85+87=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5557 is #34AAA8. Grayscale: #787878. Windows color (decimal): -3451561 or 5723595. OLE color: 5723595.

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

Color convert

RGB 203 85 87 -
CMYK 0 0.58 0.57 0.20
HSL 358.98º 0.53% 0.56% -
HSV(B) 358.98º 0.58% 0.8% -
XYZ 29.6 19.88 11.29 -
YUV 120.51 109.09 186.84 -
System Red Green Blue C M Y K H S L
Decimal 203 85 87 0 0.58 0.57 0.20 358.98 0.53 0.56
Hex CB 55 57 0 3A 39 14 167 35 38
Octal 313 125 127 0 72 71 24 547 65 70
Binary 11001011 1010101 1010111 0 111010 111001 10100 101100111 110101 111000

Color Harmonies of #CB5557

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5557

Black with #CB5557

Text Example


Text Example

White with #CB5557

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5557; }

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

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

background-color css

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

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

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

border-color css

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

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

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