Html Css Color HEX #CF565F Mandy

📋 copy color: '#CF565F'

red 207 ◦ green 86 ◦ blue 95

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

Shades of Mandy #CF565F

Tints of Mandy #CF565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 22.16%

 BLUE value IS 95 (37.5% from 255) = 24.48%

R = 53.35%
G = 22.16%
B = 24.48%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.54

 K value IS 0.19

RGB Variations

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

Color information

#CF565F (or 0xCF565F) is known color: Mandy. HEX triplet: CF, 56 and 5F. RGB value is (207,86,95). Sum of RGB (Red+Green+Blue) = 207+86+95=388 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.35% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 95 (37.5% from 255 or 24.48% from 388); Max value from RGB is 207 - color contains mainly: red. Hex color #CF565F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF565F is #30A9A0. Grayscale: #7B7B7B. Windows color (decimal): -3189153 or 6248143. OLE color: 6248143.

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

Color convert

RGB 207 86 95 -
CMYK 0 0.58 0.54 0.19
HSL 355.54º 0.56% 0.57% -
HSV(B) 355.54º 0.58% 0.81% -
XYZ 31.13 20.75 13.19 -
YUV 123.21 112.09 187.77 -
System Red Green Blue C M Y K H S L
Decimal 207 86 95 0 0.58 0.54 0.19 355.54 0.56 0.57
Hex CF 56 5F 0 3A 36 13 164 38 39
Octal 317 126 137 0 72 66 23 544 70 71
Binary 11001111 1010110 1011111 0 111010 110110 10011 101100100 111000 111001

Color Harmonies of #CF565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF565F

Black with #CF565F

Text Example


Text Example

White with #CF565F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF565F; }

 p { color: rgb(207,86,95); }

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

background-color css

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

 a { background-color: rgb(207,86,95); }

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

border-color css

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

 span { border-color: rgb(207,86,95); }

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