Html Css Color HEX #CB4A50 Mandy

📋 copy color: '#CB4A50'

red 203 ◦ green 74 ◦ blue 80

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

Shades of Mandy #CB4A50

Tints of Mandy #CB4A50

RGB

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

 GREEN value IS 74 (29.3% from 255) = 20.73%

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

R = 56.86%
G = 20.73%
B = 22.41%

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

#CB4A50 (or 0xCB4A50) is known color: Mandy. HEX triplet: CB, 4A and 50. RGB value is (203,74,80). Sum of RGB (Red+Green+Blue) = 203+74+80=357 (47% of max value = 765). Red value is 203 (79.69% from 255 or 56.86% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 80 (31.64% from 255 or 22.41% from 357); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A50 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4A50 is #34B5AF. Grayscale: #717171. Windows color (decimal): -3454384 or 5262027. OLE color: 5262027.

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

Color convert

RGB 203 74 80 -
CMYK 0 0.64 0.61 0.20
HSL 357.21º 0.55% 0.54% -
HSV(B) 357.21º 0.64% 0.8% -
XYZ 28.53 18.17 9.59 -
YUV 113.26 109.24 192.01 -
System Red Green Blue C M Y K H S L
Decimal 203 74 80 0 0.64 0.61 0.20 357.21 0.55 0.54
Hex CB 4A 50 0 40 3D 14 165 37 36
Octal 313 112 120 0 100 75 24 545 67 66
Binary 11001011 1001010 1010000 0 1000000 111101 10100 101100101 110111 110110

Color Harmonies of #CB4A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A50

Black with #CB4A50

Text Example


Text Example

White with #CB4A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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