#CF7D85

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

Shades of Charm #CF7D85

Tints of Charm #CF7D85

Color information

#CF7D85 (or 0xCF7D85) is unknown color: approx Charm. HEX triplet: CF, 7D and 85. RGB value is (207,125,133). Sum of RGB (Red+Green+Blue) = 207+125+133=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 133 (52.34% from 255 or 28.60% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CF7D85 is #30827A. Grayscale: #969696. Windows color (decimal): -3179131 or 8748495. OLE color: 8748495.

HSL color Cylindrical-coordinate representation of color #CF7D85: hue angle of 354.15º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CF7D85 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.19.

Color convert

RGB207125133-
CMYK00.400.360.19
HSL354.15º46.07%65.1%-
HSV(B)354.15º39.61%81.18%-
XYZ37.329.6325.94-
YUV150.43118.17168.35-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 44.52%
GREEN value IS 125 (49.22% from 255) = 26.88%
BLUE value IS 133 (52.34% from 255) = 28.60%
R=44.52%
G=26.88%
B=28.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.36
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20712513300.400.360.19354.1546.0765.1
HexCF7D8502824131622e41
Octal317175205050442354256101
Binary110011111111101100001010101000100100100111011000101011101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF7D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF7D85; }

 p { color: rgb(207,125,133); }

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

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

 a { background-color: rgb(207,125,133); }

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

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

 span { border-color: rgb(207,125,133); }

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