#C07C7F

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

Shades of Charm #C07C7F

Tints of Charm #C07C7F

Color information

#C07C7F (or 0xC07C7F) is unknown color: approx Charm. HEX triplet: C0, 7C and 7F. RGB value is (192,124,127). Sum of RGB (Red+Green+Blue) = 192+124+127=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 124 (48.83% from 255 or 27.99% from 443); Blue value is 127 (50% from 255 or 28.67% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07C7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C07C7F is #3F8380. Grayscale: #909090. Windows color (decimal): -4162433 or 8355008. OLE color: 8355008.

HSL color Cylindrical-coordinate representation of color #C07C7F: hue angle of 357.35º 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 #C07C7F is Cyan = 0, Magento = 0.35, Yellow = 0.34 and Black (K on CMYK) = 0.25.

Color convert

RGB192124127-
CMYK00.350.340.25
HSL357.35º35.05%61.96%-
HSV(B)357.35º35.42%75.29%-
XYZ32.7827.1523.59-
YUV144.67118.03161.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 124 (48.83% from 255) = 27.99%
BLUE value IS 127 (50% from 255) = 28.67%
R=43.34%
G=27.99%
B=28.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212412700.350.340.25357.3535.0561.96
HexC07C7F0232219165233e
Octal30017417704342315454376
Binary1100000011111001111111010001110001011001101100101100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07C7F; }

 p { color: rgb(192,124,127); }

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

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

 a { background-color: rgb(192,124,127); }

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

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

 span { border-color: rgb(192,124,127); }

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