Html Css Color HEX #CF565E Mandy

📋 copy color: '#CF565E'

red 207 ◦ green 86 ◦ blue 94

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

Shades of Mandy #CF565E

Tints of Mandy #CF565E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.29%

R = 53.49%
G = 22.22%
B = 24.29%

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

#CF565E (or 0xCF565E) is known color: Mandy. HEX triplet: CF, 56 and 5E. RGB value is (207,86,94). Sum of RGB (Red+Green+Blue) = 207+86+94=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CF565E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF565E is #30A9A1. Grayscale: #7B7B7B. Windows color (decimal): -3189154 or 6182607. OLE color: 6182607.

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

Color convert

RGB 207 86 94 -
CMYK 0 0.58 0.55 0.19
HSL 356.03º 0.56% 0.57% -
HSV(B) 356.03º 0.58% 0.81% -
XYZ 31.08 20.73 12.95 -
YUV 123.09 111.59 187.85 -
System Red Green Blue C M Y K H S L
Decimal 207 86 94 0 0.58 0.55 0.19 356.03 0.56 0.57
Hex CF 56 5E 0 3A 37 13 164 38 39
Octal 317 126 136 0 72 67 23 544 70 71
Binary 11001111 1010110 1011110 0 111010 110111 10011 101100100 111000 111001

Color Harmonies of #CF565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF565E

Black with #CF565E

Text Example


Text Example

White with #CF565E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF565E; }

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

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

background-color css

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

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

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

border-color css

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

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

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