Html Css Color HEX #CF5561 Mandy

📋 copy color: '#CF5561'

red 207 ◦ green 85 ◦ blue 97

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

Shades of Mandy #CF5561

Tints of Mandy #CF5561

RGB

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

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

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

R = 53.21%
G = 21.85%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF5561 (or 0xCF5561) is known color: Mandy. HEX triplet: CF, 55 and 61. RGB value is (207,85,97). Sum of RGB (Red+Green+Blue) = 207+85+97=389 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.21% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 97 (38.28% from 255 or 24.94% from 389); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5561 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5561 is #30AA9E. Grayscale: #7A7A7A. Windows color (decimal): -3189407 or 6378959. OLE color: 6378959.

HSL color Cylindrical-coordinate representation of color #CF5561: hue angle of 354.1º 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 #CF5561 is Cyan = 0, Magento = 0.59, Yellow = 0.53 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 85 97 -
CMYK 0 0.59 0.53 0.19
HSL 354.1º 0.56% 0.57% -
HSV(B) 354.1º 0.59% 0.81% -
XYZ 31.14 20.63 13.65 -
YUV 122.85 113.42 188.02 -
System Red Green Blue C M Y K H S L
Decimal 207 85 97 0 0.59 0.53 0.19 354.1 0.56 0.57
Hex CF 55 61 0 3B 35 13 162 38 39
Octal 317 125 141 0 73 65 23 542 70 71
Binary 11001111 1010101 1100001 0 111011 110101 10011 101100010 111000 111001

Color Harmonies of #CF5561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5561

Black with #CF5561

Text Example


Text Example

White with #CF5561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5561; }

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

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

background-color css

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

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

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

border-color css

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

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

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