#CF5C5E

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

Shades of Mandy #CF5C5E

Tints of Mandy #CF5C5E

Color information

#CF5C5E (or 0xCF5C5E) is unknown color: approx Mandy. HEX triplet: CF, 5C and 5E. RGB value is (207,92,94). Sum of RGB (Red+Green+Blue) = 207+92+94=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 92 (36.33% from 255 or 23.41% from 393); Blue value is 94 (37.11% from 255 or 23.92% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF5C5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CF5C5E is #30A3A1. Grayscale: #7E7E7E. Windows color (decimal): -3187618 or 6184143. OLE color: 6184143.

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

Color convert

RGB2079294-
CMYK00.560.550.19
HSL358.96º54.5%58.63%-
HSV(B)358.96º55.56%81.18%-
XYZ31.5821.7313.12-
YUV126.61109.6185.34-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 52.67%
GREEN value IS 92 (36.33% from 255) = 23.41%
BLUE value IS 94 (37.11% from 255) = 23.92%
R=52.67%
G=23.41%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.55
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207929400.560.550.19358.9654.558.63
HexCF5C5E0383713167373b
Octal31713413607067235476773
Binary1100111110111001011110011100011011110011101100111110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF5C5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF5C5E; }

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

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

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

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

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

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

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

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