Html Css Color HEX #CB5E60 Mandy

📋 copy color: '#CB5E60'

red 203 ◦ green 94 ◦ blue 96

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

Shades of Mandy #CB5E60

Tints of Mandy #CB5E60

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.92%

 BLUE value IS 96 (37.89% from 255) = 24.43%

R = 51.65%
G = 23.92%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.20

RGB Variations

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

Color information

#CB5E60 (or 0xCB5E60) is known color: Mandy. HEX triplet: CB, 5E and 60. RGB value is (203,94,96). Sum of RGB (Red+Green+Blue) = 203+94+96=393 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.65% from 393); Green value is 94 (37.11% from 255 or 23.92% from 393); Blue value is 96 (37.89% from 255 or 24.43% from 393); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E60 is #34A19F. Grayscale: #7E7E7E. Windows color (decimal): -3449248 or 6315723. OLE color: 6315723.

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

Color convert

RGB 203 94 96 -
CMYK 0 0.54 0.53 0.20
HSL 358.9º 0.51% 0.58% -
HSV(B) 358.9º 0.54% 0.8% -
XYZ 30.74 21.55 13.6 -
YUV 126.82 110.61 182.34 -
System Red Green Blue C M Y K H S L
Decimal 203 94 96 0 0.54 0.53 0.20 358.9 0.51 0.58
Hex CB 5E 60 0 36 35 14 167 33 3A
Octal 313 136 140 0 66 65 24 547 63 72
Binary 11001011 1011110 1100000 0 110110 110101 10100 101100111 110011 111010

Color Harmonies of #CB5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5E60

Black with #CB5E60

Text Example


Text Example

White with #CB5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5E60; }

 p { color: rgb(203,94,96); }

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

background-color css

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

 a { background-color: rgb(203,94,96); }

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

border-color css

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

 span { border-color: rgb(203,94,96); }

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