#c07d8f

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

Shades of Charm #C07D8F

Tints of Charm #C07D8F

Color information

#C07D8F (or 0xC07D8F) is unknown color: approx Charm. HEX triplet: C0, 7D and 8F. RGB value is (192,125,143). Sum of RGB (Red+Green+Blue) = 192+125+143=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 125 (49.22% from 255 or 27.17% from 460); Blue value is 143 (56.25% from 255 or 31.09% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C07D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07D8F is #3F8270. Grayscale: #939393. Windows color (decimal): -4162161 or 9403840. OLE color: 9403840.

HSL color Cylindrical-coordinate representation of color #C07D8F: hue angle of 343.88º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C07D8F is Cyan = 0, Magento = 0.35, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192125143-
CMYK00.350.260.25
HSL343.88º34.72%62.16%-
HSV(B)343.88º34.9%75.29%-
XYZ34.0327.8629.57-
YUV147.08125.7160.04-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 125 (49.22% from 255) = 27.17%
BLUE value IS 143 (56.25% from 255) = 31.09%
R=41.74%
G=27.17%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212514300.350.260.25343.8834.7262.16
HexC07D8F0231A19158233e
Octal30017521704332315304376
Binary1100000011111011000111101000111101011001101011000100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c07d8f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c07d8f; }

 p { color: rgb(192,125,143); }

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

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

 a { background-color: rgb(192,125,143); }

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

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

 span { border-color: rgb(192,125,143); }

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