Html Css Color HEX #CB5059 Mandy

📋 copy color: '#CB5059'

red 203 ◦ green 80 ◦ blue 89

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

Shades of Mandy #CB5059

Tints of Mandy #CB5059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.51%

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 54.57%
G = 21.51%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB5059 (or 0xCB5059) is known color: Mandy. HEX triplet: CB, 50 and 59. RGB value is (203,80,89). Sum of RGB (Red+Green+Blue) = 203+80+89=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5059 is #34AFA6. Grayscale: #757575. Windows color (decimal): -3452839 or 5853387. OLE color: 5853387.

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

Color convert

RGB 203 80 89 -
CMYK 0 0.61 0.56 0.20
HSL 355.61º 0.54% 0.55% -
HSV(B) 355.61º 0.61% 0.8% -
XYZ 29.3 19.16 11.6 -
YUV 117.8 111.75 188.77 -
System Red Green Blue C M Y K H S L
Decimal 203 80 89 0 0.61 0.56 0.20 355.61 0.54 0.55
Hex CB 50 59 0 3D 38 14 164 36 37
Octal 313 120 131 0 75 70 24 544 66 67
Binary 11001011 1010000 1011001 0 111101 111000 10100 101100100 110110 110111

Color Harmonies of #CB5059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5059

Black with #CB5059

Text Example


Text Example

White with #CB5059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5059; }

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

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

background-color css

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

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

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

border-color css

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

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

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