Html Css Color HEX #CB5051 Mandy

📋 copy color: '#CB5051'

red 203 ◦ green 80 ◦ blue 81

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

Shades of Mandy #CB5051

Tints of Mandy #CB5051

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 22.25%

R = 55.77%
G = 21.98%
B = 22.25%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.20

RGB Variations

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

Color information

#CB5051 (or 0xCB5051) is known color: Mandy. HEX triplet: CB, 50 and 51. RGB value is (203,80,81). Sum of RGB (Red+Green+Blue) = 203+80+81=364 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.77% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 81 (32.03% from 255 or 22.25% from 364); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5051 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5051 is #34AFAE. Grayscale: #757575. Windows color (decimal): -3452847 or 5329099. OLE color: 5329099.

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

Color convert

RGB 203 80 81 -
CMYK 0 0.61 0.60 0.20
HSL 359.51º 0.54% 0.55% -
HSV(B) 359.51º 0.61% 0.8% -
XYZ 28.98 19.03 9.93 -
YUV 116.89 107.75 189.42 -
System Red Green Blue C M Y K H S L
Decimal 203 80 81 0 0.61 0.60 0.20 359.51 0.54 0.55
Hex CB 50 51 0 3D 3C 14 168 36 37
Octal 313 120 121 0 75 74 24 550 66 67
Binary 11001011 1010000 1010001 0 111101 111100 10100 101101000 110110 110111

Color Harmonies of #CB5051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5051

Black with #CB5051

Text Example


Text Example

White with #CB5051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5051; }

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

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

background-color css

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

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

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

border-color css

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

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

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