#CF585A

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

Shades of Mandy #CF585A

Tints of Mandy #CF585A

Color information

#CF585A (or 0xCF585A) is unknown color: approx Mandy. HEX triplet: CF, 58 and 5A. RGB value is (207,88,90). Sum of RGB (Red+Green+Blue) = 207+88+90=385 (50% of max value = 765). Red value is 207 (81.25% from 255 or 53.77% from 385); Green value is 88 (34.77% from 255 or 22.86% from 385); Blue value is 90 (35.55% from 255 or 23.38% from 385); Max value from RGB is 207 - color contains mainly: red. Hex color #CF585A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF585A is #30A7A5. Grayscale: #7B7B7B. Windows color (decimal): -3188646 or 5920975. OLE color: 5920975.

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

Color convert

RGB2078890-
CMYK00.570.570.19
HSL358.99º55.35%57.84%-
HSV(B)358.99º57.49%81.18%-
XYZ31.0720.9812.09-
YUV123.81108.92187.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.77%
GREEN value IS 88 (34.77% from 255) = 22.86%
BLUE value IS 90 (35.55% from 255) = 23.38%
R=53.77%
G=22.86%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207889000.570.570.19358.9955.3557.84
HexCF585A0393913167373a
Octal31713013207171235476772
Binary1100111110110001011010011100111100110011101100111110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF585A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF585A; }

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

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

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

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

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

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

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

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