Html Css Color HEX #CB4849 Mandy

📋 copy color: '#CB4849'

red 203 ◦ green 72 ◦ blue 73

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

Shades of Mandy #CB4849

Tints of Mandy #CB4849

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.69%

 BLUE value IS 73 (28.91% from 255) = 20.98%

R = 58.33%
G = 20.69%
B = 20.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB4849 (or 0xCB4849) is known color: Mandy. HEX triplet: CB, 48 and 49. RGB value is (203,72,73). Sum of RGB (Red+Green+Blue) = 203+72+73=348 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58.33% from 348); Green value is 72 (28.52% from 255 or 20.69% from 348); Blue value is 73 (28.91% from 255 or 20.98% from 348); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4849 is #34B7B6. Grayscale: #6F6F6F. Windows color (decimal): -3454903 or 4802763. OLE color: 4802763.

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

Color convert

RGB 203 72 73 -
CMYK 0 0.65 0.64 0.20
HSL 359.54º 0.56% 0.54% -
HSV(B) 359.54º 0.65% 0.8% -
XYZ 28.15 17.81 8.26 -
YUV 111.28 106.4 193.42 -
System Red Green Blue C M Y K H S L
Decimal 203 72 73 0 0.65 0.64 0.20 359.54 0.56 0.54
Hex CB 48 49 0 41 40 14 168 38 36
Octal 313 110 111 0 101 100 24 550 70 66
Binary 11001011 1001000 1001001 0 1000001 1000000 10100 101101000 111000 110110

Color Harmonies of #CB4849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4849

Black with #CB4849

Text Example


Text Example

White with #CB4849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4849; }

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

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

background-color css

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

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

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

border-color css

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

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

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