#C07B80

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

Shades of Charm #C07B80

Tints of Charm #C07B80

Color information

#C07B80 (or 0xC07B80) is unknown color: approx Charm. HEX triplet: C0, 7B and 80. RGB value is (192,123,128). Sum of RGB (Red+Green+Blue) = 192+123+128=443 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.34% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 128 (50.39% from 255 or 28.89% from 443); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07B80 is #3F847F. Grayscale: #909090. Windows color (decimal): -4162688 or 8420288. OLE color: 8420288.

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

Color convert

RGB192123128-
CMYK00.360.330.25
HSL355.65º35.38%61.76%-
HSV(B)355.65º35.94%75.29%-
XYZ32.7226.9323.9-
YUV144.2118.86162.09-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.34%
GREEN value IS 123 (48.44% from 255) = 27.77%
BLUE value IS 128 (50.39% from 255) = 28.89%
R=43.34%
G=27.77%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.33
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212312800.360.330.25355.6535.3861.76
HexC07B800242119164233e
Octal30017320004441315444376
Binary11000000111101110000000010010010000111001101100100100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07B80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07B80; }

 p { color: rgb(192,123,128); }

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

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

 a { background-color: rgb(192,123,128); }

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

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

 span { border-color: rgb(192,123,128); }

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