Html Css Color HEX #CB4959 Mandy

📋 copy color: '#CB4959'

red 203 ◦ green 73 ◦ blue 89

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

Shades of Mandy #CB4959

Tints of Mandy #CB4959

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20%

 BLUE value IS 89 (35.16% from 255) = 24.38%

R = 55.62%
G = 20%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.56

 K value IS 0.20

RGB Variations

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

Color information

#CB4959 (or 0xCB4959) is known color: Mandy. HEX triplet: CB, 49 and 59. RGB value is (203,73,89). Sum of RGB (Red+Green+Blue) = 203+73+89=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 73 (28.91% from 255 or 20% from 365); Blue value is 89 (35.16% from 255 or 24.38% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4959 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4959 is #34B6A6. Grayscale: #717171. Windows color (decimal): -3454631 or 5851595. OLE color: 5851595.

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

Color convert

RGB 203 73 89 -
CMYK 0 0.64 0.56 0.20
HSL 352.62º 0.56% 0.54% -
HSV(B) 352.62º 0.64% 0.8% -
XYZ 28.81 18.18 11.44 -
YUV 113.69 114.07 191.7 -
System Red Green Blue C M Y K H S L
Decimal 203 73 89 0 0.64 0.56 0.20 352.62 0.56 0.54
Hex CB 49 59 0 40 38 14 161 38 36
Octal 313 111 131 0 100 70 24 541 70 66
Binary 11001011 1001001 1011001 0 1000000 111000 10100 101100001 111000 110110

Color Harmonies of #CB4959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB4959

Black with #CB4959

Text Example


Text Example

White with #CB4959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB4959; }

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

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

background-color css

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

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

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

border-color css

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

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

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