#CF495A

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

Shades of Mandy #CF495A

Tints of Mandy #CF495A

Color information

#CF495A (or 0xCF495A) is unknown color: approx Mandy. HEX triplet: CF, 49 and 5A. RGB value is (207,73,90). Sum of RGB (Red+Green+Blue) = 207+73+90=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 73 (28.91% from 255 or 19.73% from 370); Blue value is 90 (35.55% from 255 or 24.32% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF495A is #30B6A5. Grayscale: #737373. Windows color (decimal): -3192486 or 5917135. OLE color: 5917135.

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

Color convert

RGB2077390-
CMYK00.650.570.19
HSL352.39º58.26%54.9%-
HSV(B)352.39º64.73%81.18%-
XYZ29.9618.7711.72-
YUV115113.89193.62-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 55.95%
GREEN value IS 73 (28.91% from 255) = 19.73%
BLUE value IS 90 (35.55% from 255) = 24.32%
R=55.95%
G=19.73%
B=24.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.57
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207739000.650.570.19352.3958.2654.9
HexCF495A04139131603a37
Octal317111132010171235407267
Binary11001111100100110110100100000111100110011101100000111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF495A; }

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

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

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

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

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

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

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

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