Html Css Color HEX #CB4950 Mandy

📋 copy color: '#CB4950'

red 203 ◦ green 73 ◦ blue 80

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

Shades of Mandy #CB4950

Tints of Mandy #CB4950

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.51%

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

R = 57.02%
G = 20.51%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#CB4950 (or 0xCB4950) is known color: Mandy. HEX triplet: CB, 49 and 50. RGB value is (203,73,80). Sum of RGB (Red+Green+Blue) = 203+73+80=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 73 (28.91% from 255 or 20.51% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4950 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4950 is #34B6AF. Grayscale: #707070. Windows color (decimal): -3454640 or 5261771. OLE color: 5261771.

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

Color convert

RGB 203 73 80 -
CMYK 0 0.64 0.61 0.20
HSL 356.77º 0.56% 0.54% -
HSV(B) 356.77º 0.64% 0.8% -
XYZ 28.46 18.04 9.57 -
YUV 112.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 203 73 80 0 0.64 0.61 0.20 356.77 0.56 0.54
Hex CB 49 50 0 40 3D 14 165 38 36
Octal 313 111 120 0 100 75 24 545 70 66
Binary 11001011 1001001 1010000 0 1000000 111101 10100 101100101 111000 110110

Color Harmonies of #CB4950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4950

Black with #CB4950

Text Example


Text Example

White with #CB4950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4950; }

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

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

background-color css

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

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

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

border-color css

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

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

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