Html Css Color HEX #CB5960 Mandy

📋 copy color: '#CB5960'

red 203 ◦ green 89 ◦ blue 96

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

Shades of Mandy #CB5960

Tints of Mandy #CB5960

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.94%

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

R = 52.32%
G = 22.94%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB5960 (or 0xCB5960) is known color: Mandy. HEX triplet: CB, 59 and 60. RGB value is (203,89,96). Sum of RGB (Red+Green+Blue) = 203+89+96=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5960 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5960 is #34A69F. Grayscale: #7B7B7B. Windows color (decimal): -3450528 or 6314443. OLE color: 6314443.

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

Color convert

RGB 203 89 96 -
CMYK 0 0.56 0.53 0.20
HSL 356.32º 0.52% 0.57% -
HSV(B) 356.32º 0.56% 0.8% -
XYZ 30.31 20.69 13.46 -
YUV 123.88 112.27 184.43 -
System Red Green Blue C M Y K H S L
Decimal 203 89 96 0 0.56 0.53 0.20 356.32 0.52 0.57
Hex CB 59 60 0 38 35 14 164 34 39
Octal 313 131 140 0 70 65 24 544 64 71
Binary 11001011 1011001 1100000 0 111000 110101 10100 101100100 110100 111001

Color Harmonies of #CB5960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5960

Black with #CB5960

Text Example


Text Example

White with #CB5960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5960; }

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

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

background-color css

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

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

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

border-color css

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

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

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