Html Css Color HEX #CB5055 Mandy

📋 copy color: '#CB5055'

red 203 ◦ green 80 ◦ blue 85

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

Shades of Mandy #CB5055

Tints of Mandy #CB5055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 55.16%
G = 21.74%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#CB5055 (or 0xCB5055) is known color: Mandy. HEX triplet: CB, 50 and 55. RGB value is (203,80,85). Sum of RGB (Red+Green+Blue) = 203+80+85=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 80 (31.64% from 255 or 21.74% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5055 is #34AFAA. Grayscale: #757575. Windows color (decimal): -3452843 or 5591243. OLE color: 5591243.

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

Color convert

RGB 203 80 85 -
CMYK 0 0.61 0.58 0.20
HSL 357.56º 0.54% 0.55% -
HSV(B) 357.56º 0.61% 0.8% -
XYZ 29.14 19.09 10.74 -
YUV 117.35 109.75 189.09 -
System Red Green Blue C M Y K H S L
Decimal 203 80 85 0 0.61 0.58 0.20 357.56 0.54 0.55
Hex CB 50 55 0 3D 3A 14 166 36 37
Octal 313 120 125 0 75 72 24 546 66 67
Binary 11001011 1010000 1010101 0 111101 111010 10100 101100110 110110 110111

Color Harmonies of #CB5055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5055

Black with #CB5055

Text Example


Text Example

White with #CB5055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5055; }

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

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

background-color css

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

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

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

border-color css

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

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

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