Html Css Color HEX #CF5865 Mandy

📋 copy color: '#CF5865'

red 207 ◦ green 88 ◦ blue 101

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

Shades of Mandy #CF5865

Tints of Mandy #CF5865

RGB

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

 GREEN value IS 88 (34.77% from 255) = 22.22%

 BLUE value IS 101 (39.84% from 255) = 25.51%

R = 52.27%
G = 22.22%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.51

 K value IS 0.19

RGB Variations

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

Color information

#CF5865 (or 0xCF5865) is known color: Mandy. HEX triplet: CF, 58 and 65. RGB value is (207,88,101). Sum of RGB (Red+Green+Blue) = 207+88+101=396 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.27% from 396); Green value is 88 (34.77% from 255 or 22.22% from 396); Blue value is 101 (39.84% from 255 or 25.51% from 396); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5865 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5865 is #30A79A. Grayscale: #7D7D7D. Windows color (decimal): -3188635 or 6641871. OLE color: 6641871.

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

Color convert

RGB 207 88 101 -
CMYK 0 0.57 0.51 0.19
HSL 353.45º 0.55% 0.58% -
HSV(B) 353.45º 0.57% 0.81% -
XYZ 31.57 21.18 14.74 -
YUV 125.06 114.42 186.44 -
System Red Green Blue C M Y K H S L
Decimal 207 88 101 0 0.57 0.51 0.19 353.45 0.55 0.58
Hex CF 58 65 0 39 33 13 161 37 3A
Octal 317 130 145 0 71 63 23 541 67 72
Binary 11001111 1011000 1100101 0 111001 110011 10011 101100001 110111 111010

Color Harmonies of #CF5865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF5865

Black with #CF5865

Text Example


Text Example

White with #CF5865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF5865; }

 p { color: rgb(207,88,101); }

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

background-color css

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

 a { background-color: rgb(207,88,101); }

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

border-color css

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

 span { border-color: rgb(207,88,101); }

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