Html Css Color HEX #CB4648 Mandy

📋 copy color: '#CB4648'

red 203 ◦ green 70 ◦ blue 72

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

Shades of Mandy #CB4648

Tints of Mandy #CB4648

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.29%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 58.84%
G = 20.29%
B = 20.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.20

RGB Variations

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

Color information

#CB4648 (or 0xCB4648) is known color: Mandy. HEX triplet: CB, 46 and 48. RGB value is (203,70,72). Sum of RGB (Red+Green+Blue) = 203+70+72=345 (45% of max value = 765). Red value is 203 (79.69% from 255 or 58.84% from 345); Green value is 70 (27.73% from 255 or 20.29% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4648 is #34B9B7. Grayscale: #6E6E6E. Windows color (decimal): -3455416 or 4736715. OLE color: 4736715.

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

Color convert

RGB 203 70 72 -
CMYK 0 0.66 0.65 0.20
HSL 359.1º 0.56% 0.54% -
HSV(B) 359.1º 0.66% 0.8% -
XYZ 27.99 17.54 8.04 -
YUV 110 106.56 194.34 -
System Red Green Blue C M Y K H S L
Decimal 203 70 72 0 0.66 0.65 0.20 359.1 0.56 0.54
Hex CB 46 48 0 42 41 14 167 38 36
Octal 313 106 110 0 102 101 24 547 70 66
Binary 11001011 1000110 1001000 0 1000010 1000001 10100 101100111 111000 110110

Color Harmonies of #CB4648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4648

Black with #CB4648

Text Example


Text Example

White with #CB4648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4648; }

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

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

background-color css

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

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

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

border-color css

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

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

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