Html Css Color HEX #CB5961 Mandy

📋 copy color: '#CB5961'

red 203 ◦ green 89 ◦ blue 97

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

Shades of Mandy #CB5961

Tints of Mandy #CB5961

RGB

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

 GREEN value IS 89 (35.16% from 255) = 22.88%

 BLUE value IS 97 (38.28% from 255) = 24.94%

R = 52.19%
G = 22.88%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB5961 (or 0xCB5961) is known color: Mandy. HEX triplet: CB, 59 and 61. RGB value is (203,89,97). Sum of RGB (Red+Green+Blue) = 203+89+97=389 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.19% from 389); Green value is 89 (35.16% from 255 or 22.88% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5961 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5961 is #34A69E. Grayscale: #7C7C7C. Windows color (decimal): -3450527 or 6379979. OLE color: 6379979.

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

Color convert

RGB 203 89 97 -
CMYK 0 0.56 0.52 0.20
HSL 355.79º 0.52% 0.57% -
HSV(B) 355.79º 0.56% 0.8% -
XYZ 30.36 20.7 13.71 -
YUV 124 112.77 184.35 -
System Red Green Blue C M Y K H S L
Decimal 203 89 97 0 0.56 0.52 0.20 355.79 0.52 0.57
Hex CB 59 61 0 38 34 14 164 34 39
Octal 313 131 141 0 70 64 24 544 64 71
Binary 11001011 1011001 1100001 0 111000 110100 10100 101100100 110100 111001

Color Harmonies of #CB5961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB5961

Black with #CB5961

Text Example


Text Example

White with #CB5961

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB5961; }

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

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

background-color css

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

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

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

border-color css

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

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

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