#CF565A

Color #CF565A Mandy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mandy #CF565A

Tints of Mandy #CF565A

Color information

#CF565A (or 0xCF565A) is unknown color: approx Mandy. HEX triplet: CF, 56 and 5A. RGB value is (207,86,90). Sum of RGB (Red+Green+Blue) = 207+86+90=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 86 (33.98% from 255 or 22.45% from 383); Blue value is 90 (35.55% from 255 or 23.50% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CF565A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF565A is #30A9A5. Grayscale: #7A7A7A. Windows color (decimal): -3189158 or 5920463. OLE color: 5920463.

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

Color convert

RGB2078690-
CMYK00.580.570.19
HSL358.02º55.76%57.45%-
HSV(B)358.02º58.45%81.18%-
XYZ30.9120.6612.03-
YUV122.64109.59188.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 86 (33.98% from 255) = 22.45%
BLUE value IS 90 (35.55% from 255) = 23.50%
R=54.05%
G=22.45%
B=23.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207869000.580.570.19358.0255.7657.45
HexCF565A03A39131663839
Octal31712613207271235467071
Binary1100111110101101011010011101011100110011101100110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF565A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF565A; }

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

 H1.HeaderClassName
 {
   color: #CF565A;
 }
 .AnyTagClassName
 {
   color: #CF565A;
 }
</style>
background-color css

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

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

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

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

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

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