Html Css Color HEX #CF5E60 Mandy

📋 copy color: '#CF5E60'

red 207 ◦ green 94 ◦ blue 96

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

Shades of Mandy #CF5E60

Tints of Mandy #CF5E60

RGB

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

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

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

R = 52.14%
G = 23.68%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF5E60 (or 0xCF5E60) is known color: Mandy. HEX triplet: CF, 5E and 60. RGB value is (207,94,96). Sum of RGB (Red+Green+Blue) = 207+94+96=397 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.14% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 96 (37.89% from 255 or 24.18% from 397); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5E60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5E60 is #30A19F. Grayscale: #808080. Windows color (decimal): -3187104 or 6315727. OLE color: 6315727.

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

Color convert

RGB 207 94 96 -
CMYK 0 0.55 0.54 0.19
HSL 358.94º 0.54% 0.59% -
HSV(B) 358.94º 0.55% 0.81% -
XYZ 31.85 22.12 13.66 -
YUV 128.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 207 94 96 0 0.55 0.54 0.19 358.94 0.54 0.59
Hex CF 5E 60 0 37 36 13 167 36 3B
Octal 317 136 140 0 67 66 23 547 66 73
Binary 11001111 1011110 1100000 0 110111 110110 10011 101100111 110110 111011

Color Harmonies of #CF5E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5E60

Black with #CF5E60

Text Example


Text Example

White with #CF5E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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