Html Css Color HEX #CF5761 Mandy

📋 copy color: '#CF5761'

red 207 ◦ green 87 ◦ blue 97

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

Shades of Mandy #CF5761

Tints of Mandy #CF5761

RGB

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

 GREEN value IS 87 (34.38% from 255) = 22.25%

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

R = 52.94%
G = 22.25%
B = 24.81%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.53

 K value IS 0.19

RGB Variations

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

Color information

#CF5761 (or 0xCF5761) is known color: Mandy. HEX triplet: CF, 57 and 61. RGB value is (207,87,97). Sum of RGB (Red+Green+Blue) = 207+87+97=391 (51% of max value = 765). Red value is 207 (81.25% from 255 or 52.94% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 97 (38.28% from 255 or 24.81% from 391); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5761 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5761 is #30A89E. Grayscale: #7C7C7C. Windows color (decimal): -3188895 or 6379471. OLE color: 6379471.

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

Color convert

RGB 207 87 97 -
CMYK 0 0.58 0.53 0.19
HSL 355º 0.56% 0.58% -
HSV(B) 355º 0.58% 0.81% -
XYZ 31.3 20.94 13.7 -
YUV 124.02 112.76 187.19 -
System Red Green Blue C M Y K H S L
Decimal 207 87 97 0 0.58 0.53 0.19 355 0.56 0.58
Hex CF 57 61 0 3A 35 13 163 38 3A
Octal 317 127 141 0 72 65 23 543 70 72
Binary 11001111 1010111 1100001 0 111010 110101 10011 101100011 111000 111010

Color Harmonies of #CF5761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5761

Black with #CF5761

Text Example


Text Example

White with #CF5761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5761; }

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

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

background-color css

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

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

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

border-color css

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

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

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