Html Css Color HEX #CB5460 Mandy

📋 copy color: '#CB5460'

red 203 ◦ green 84 ◦ blue 96

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

Shades of Mandy #CB5460

Tints of Mandy #CB5460

RGB

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

 GREEN value IS 84 (33.2% from 255) = 21.93%

 BLUE value IS 96 (37.89% from 255) = 25.07%

R = 53%
G = 21.93%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB5460 (or 0xCB5460) is known color: Mandy. HEX triplet: CB, 54 and 60. RGB value is (203,84,96). Sum of RGB (Red+Green+Blue) = 203+84+96=383 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.00% from 383); Green value is 84 (33.20% from 255 or 21.93% from 383); Blue value is 96 (37.89% from 255 or 25.07% from 383); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5460 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5460 is #34AB9F. Grayscale: #797979. Windows color (decimal): -3451808 or 6313163. OLE color: 6313163.

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

Color convert

RGB 203 84 96 -
CMYK 0 0.59 0.53 0.20
HSL 353.95º 0.53% 0.56% -
HSV(B) 353.95º 0.59% 0.8% -
XYZ 29.91 19.88 13.33 -
YUV 120.95 113.92 186.52 -
System Red Green Blue C M Y K H S L
Decimal 203 84 96 0 0.59 0.53 0.20 353.95 0.53 0.56
Hex CB 54 60 0 3B 35 14 162 35 38
Octal 313 124 140 0 73 65 24 542 65 70
Binary 11001011 1010100 1100000 0 111011 110101 10100 101100010 110101 111000

Color Harmonies of #CB5460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5460

Black with #CB5460

Text Example


Text Example

White with #CB5460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5460; }

 p { color: rgb(203,84,96); }

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

background-color css

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

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

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

border-color css

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

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

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