Html Css Color HEX #CB5561 Mandy

📋 copy color: '#CB5561'

red 203 ◦ green 85 ◦ blue 97

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

Shades of Mandy #CB5561

Tints of Mandy #CB5561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 25.19%

R = 52.73%
G = 22.08%
B = 25.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB5561 (or 0xCB5561) is known color: Mandy. HEX triplet: CB, 55 and 61. RGB value is (203,85,97). Sum of RGB (Red+Green+Blue) = 203+85+97=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 85 (33.59% from 255 or 22.08% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5561 is #34AA9E. Grayscale: #797979. Windows color (decimal): -3451551 or 6378955. OLE color: 6378955.

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

Color convert

RGB 203 85 97 -
CMYK 0 0.58 0.52 0.20
HSL 353.9º 0.53% 0.56% -
HSV(B) 353.9º 0.58% 0.8% -
XYZ 30.03 20.06 13.6 -
YUV 121.65 114.09 186.02 -
System Red Green Blue C M Y K H S L
Decimal 203 85 97 0 0.58 0.52 0.20 353.9 0.53 0.56
Hex CB 55 61 0 3A 34 14 162 35 38
Octal 313 125 141 0 72 64 24 542 65 70
Binary 11001011 1010101 1100001 0 111010 110100 10100 101100010 110101 111000

Color Harmonies of #CB5561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5561

Black with #CB5561

Text Example


Text Example

White with #CB5561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5561; }

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

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

background-color css

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

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

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

border-color css

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

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

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