Html Css Color HEX #CB5558 Mandy

📋 copy color: '#CB5558'

red 203 ◦ green 85 ◦ blue 88

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

Shades of Mandy #CB5558

Tints of Mandy #CB5558

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.4%

R = 53.99%
G = 22.61%
B = 23.4%

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

#CB5558 (or 0xCB5558) is known color: Mandy. HEX triplet: CB, 55 and 58. RGB value is (203,85,88). Sum of RGB (Red+Green+Blue) = 203+85+88=376 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.99% from 376); Green value is 85 (33.59% from 255 or 22.61% from 376); Blue value is 88 (34.77% from 255 or 23.40% from 376); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5558 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5558 is #34AAA7. Grayscale: #787878. Windows color (decimal): -3451560 or 5789131. OLE color: 5789131.

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

Color convert

RGB 203 85 88 -
CMYK 0 0.58 0.57 0.20
HSL 358.47º 0.53% 0.56% -
HSV(B) 358.47º 0.58% 0.8% -
XYZ 29.64 19.9 11.51 -
YUV 120.62 109.59 186.76 -
System Red Green Blue C M Y K H S L
Decimal 203 85 88 0 0.58 0.57 0.20 358.47 0.53 0.56
Hex CB 55 58 0 3A 39 14 166 35 38
Octal 313 125 130 0 72 71 24 546 65 70
Binary 11001011 1010101 1011000 0 111010 111001 10100 101100110 110101 111000

Color Harmonies of #CB5558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5558

Black with #CB5558

Text Example


Text Example

White with #CB5558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5558; }

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

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

background-color css

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

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

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

border-color css

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

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

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