Html Css Color HEX #CF565D Mandy

📋 copy color: '#CF565D'

red 207 ◦ green 86 ◦ blue 93

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

Shades of Mandy #CF565D

Tints of Mandy #CF565D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.09%

R = 53.63%
G = 22.28%
B = 24.09%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#CF565D (or 0xCF565D) is known color: Mandy. HEX triplet: CF, 56 and 5D. RGB value is (207,86,93). Sum of RGB (Red+Green+Blue) = 207+86+93=386 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.63% from 386); Green value is 86 (33.98% from 255 or 22.28% from 386); Blue value is 93 (36.72% from 255 or 24.09% from 386); Max value from RGB is 207 - color contains mainly: red. Hex color #CF565D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF565D is #30A9A2. Grayscale: #7B7B7B. Windows color (decimal): -3189155 or 6117071. OLE color: 6117071.

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

Color convert

RGB 207 86 93 -
CMYK 0 0.58 0.55 0.19
HSL 356.53º 0.56% 0.57% -
HSV(B) 356.53º 0.58% 0.81% -
XYZ 31.04 20.71 12.72 -
YUV 122.98 111.09 187.93 -
System Red Green Blue C M Y K H S L
Decimal 207 86 93 0 0.58 0.55 0.19 356.53 0.56 0.57
Hex CF 56 5D 0 3A 37 13 165 38 39
Octal 317 126 135 0 72 67 23 545 70 71
Binary 11001111 1010110 1011101 0 111010 110111 10011 101100101 111000 111001

Color Harmonies of #CF565D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF565D

Black with #CF565D

Text Example


Text Example

White with #CF565D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF565D; }

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

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

background-color css

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

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

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

border-color css

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

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

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