Html Css Color HEX #CF5560 Mandy

📋 copy color: '#CF5560'

red 207 ◦ green 85 ◦ blue 96

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

Shades of Mandy #CF5560

Tints of Mandy #CF5560

RGB

 RED value IS 207 (81.25% from 255) = 53.35%

 GREEN value IS 85 (33.59% from 255) = 21.91%

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

R = 53.35%
G = 21.91%
B = 24.74%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF5560 (or 0xCF5560) is known color: Mandy. HEX triplet: CF, 55 and 60. RGB value is (207,85,96). Sum of RGB (Red+Green+Blue) = 207+85+96=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 96 (37.89% from 255 or 24.74% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5560 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5560 is #30AA9F. Grayscale: #7A7A7A. Windows color (decimal): -3189408 or 6313423. OLE color: 6313423.

HSL color Cylindrical-coordinate representation of color #CF5560: hue angle of 354.59º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CF5560 is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 96 -
CMYK 0 0.59 0.54 0.19
HSL 354.59º 0.56% 0.57% -
HSV(B) 354.59º 0.59% 0.81% -
XYZ 31.09 20.61 13.41 -
YUV 122.73 112.92 188.11 -
System Red Green Blue C M Y K H S L
Decimal 207 85 96 0 0.59 0.54 0.19 354.59 0.56 0.57
Hex CF 55 60 0 3B 36 13 163 38 39
Octal 317 125 140 0 73 66 23 543 70 71
Binary 11001111 1010101 1100000 0 111011 110110 10011 101100011 111000 111001

Color Harmonies of #CF5560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5560

Black with #CF5560

Text Example


Text Example

White with #CF5560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5560; }

 p { color: rgb(207,85,96); }

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

background-color css

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

 a { background-color: rgb(207,85,96); }

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

border-color css

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

 span { border-color: rgb(207,85,96); }

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