Html Css Color HEX #CB4D50 Mandy

📋 copy color: '#CB4D50'

red 203 ◦ green 77 ◦ blue 80

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

Shades of Mandy #CB4D50

Tints of Mandy #CB4D50

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.39%

 BLUE value IS 80 (31.64% from 255) = 22.22%

R = 56.39%
G = 21.39%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB4D50 (or 0xCB4D50) is known color: Mandy. HEX triplet: CB, 4D and 50. RGB value is (203,77,80). Sum of RGB (Red+Green+Blue) = 203+77+80=360 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.39% from 360); Green value is 77 (30.47% from 255 or 21.39% from 360); Blue value is 80 (31.64% from 255 or 22.22% from 360); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4D50 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB4D50 is #34B2AF. Grayscale: #737373. Windows color (decimal): -3453616 or 5262795. OLE color: 5262795.

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

Color convert

RGB 203 77 80 -
CMYK 0 0.62 0.61 0.20
HSL 358.57º 0.55% 0.55% -
HSV(B) 358.57º 0.62% 0.8% -
XYZ 28.73 18.58 9.66 -
YUV 115.02 108.24 190.76 -
System Red Green Blue C M Y K H S L
Decimal 203 77 80 0 0.62 0.61 0.20 358.57 0.55 0.55
Hex CB 4D 50 0 3E 3D 14 167 37 37
Octal 313 115 120 0 76 75 24 547 67 67
Binary 11001011 1001101 1010000 0 111110 111101 10100 101100111 110111 110111

Color Harmonies of #CB4D50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4D50

Black with #CB4D50

Text Example


Text Example

White with #CB4D50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4D50; }

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

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

background-color css

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

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

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

border-color css

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

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

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