Html Css Color HEX #CB4A4C Mandy

📋 copy color: '#CB4A4C'

red 203 ◦ green 74 ◦ blue 76

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

Shades of Mandy #CB4A4C

Tints of Mandy #CB4A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.53%

R = 57.51%
G = 20.96%
B = 21.53%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#CB4A4C (or 0xCB4A4C) is known color: Mandy. HEX triplet: CB, 4A and 4C. RGB value is (203,74,76). Sum of RGB (Red+Green+Blue) = 203+74+76=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 76 (30.08% from 255 or 21.53% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4A4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB4A4C is #34B5B3. Grayscale: #707070. Windows color (decimal): -3454388 or 4999883. OLE color: 4999883.

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

Color convert

RGB 203 74 76 -
CMYK 0 0.64 0.63 0.20
HSL 359.07º 0.55% 0.54% -
HSV(B) 359.07º 0.64% 0.8% -
XYZ 28.38 18.12 8.84 -
YUV 112.8 107.24 192.34 -
System Red Green Blue C M Y K H S L
Decimal 203 74 76 0 0.64 0.63 0.20 359.07 0.55 0.54
Hex CB 4A 4C 0 40 3F 14 167 37 36
Octal 313 112 114 0 100 77 24 547 67 66
Binary 11001011 1001010 1001100 0 1000000 111111 10100 101100111 110111 110110

Color Harmonies of #CB4A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4A4C

Black with #CB4A4C

Text Example


Text Example

White with #CB4A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4A4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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