Html Css Color HEX #CB4349 Mandy

📋 copy color: '#CB4349'

red 203 ◦ green 67 ◦ blue 73

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

Shades of Mandy #CB4349

Tints of Mandy #CB4349

RGB

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

 GREEN value IS 67 (26.56% from 255) = 19.53%

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

R = 59.18%
G = 19.53%
B = 21.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.20

RGB Variations

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

Color information

#CB4349 (or 0xCB4349) is known color: Mandy. HEX triplet: CB, 43 and 49. RGB value is (203,67,73). Sum of RGB (Red+Green+Blue) = 203+67+73=343 (45% of max value = 765). Red value is 203 (79.69% from 255 or 59.18% from 343); Green value is 67 (26.56% from 255 or 19.53% from 343); Blue value is 73 (28.91% from 255 or 21.28% from 343); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4349 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4349 is #34BCB6. Grayscale: #6C6C6C. Windows color (decimal): -3456183 or 4801483. OLE color: 4801483.

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

Color convert

RGB 203 67 73 -
CMYK 0 0.67 0.64 0.20
HSL 357.35º 0.57% 0.53% -
HSV(B) 357.35º 0.67% 0.8% -
XYZ 27.84 17.19 8.15 -
YUV 108.35 108.06 195.51 -
System Red Green Blue C M Y K H S L
Decimal 203 67 73 0 0.67 0.64 0.20 357.35 0.57 0.53
Hex CB 43 49 0 43 40 14 165 39 35
Octal 313 103 111 0 103 100 24 545 71 65
Binary 11001011 1000011 1001001 0 1000011 1000000 10100 101100101 111001 110101

Color Harmonies of #CB4349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4349

Black with #CB4349

Text Example


Text Example

White with #CB4349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4349; }

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

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

background-color css

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

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

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

border-color css

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

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

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