#C6707B

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

Shades of Charm #C6707B

Tints of Charm #C6707B

Color information

#C6707B (or 0xC6707B) is unknown color: approx Charm. HEX triplet: C6, 70 and 7B. RGB value is (198,112,123). Sum of RGB (Red+Green+Blue) = 198+112+123=433 (57% of max value = 765). Red value is 198 (77.73% from 255 or 45.73% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 123 (48.44% from 255 or 28.41% from 433); Max value from RGB is 198 - color contains mainly: red. Hex color #C6707B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C6707B is #398F84. Grayscale: #8B8B8B. Windows color (decimal): -3772293 or 8089798. OLE color: 8089798.

HSL color Cylindrical-coordinate representation of color #C6707B: hue angle of 352.33º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C6707B is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.22.

Color convert

RGB198112123-
CMYK00.430.380.22
HSL352.33º43%60.78%-
HSV(B)352.33º43.43%77.65%-
XYZ32.6625.0221.85-
YUV138.97118.99170.11-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.73%
GREEN value IS 112 (44.14% from 255) = 25.87%
BLUE value IS 123 (48.44% from 255) = 28.41%
R=45.73%
G=25.87%
B=28.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.38
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811212300.430.380.22352.334360.78
HexC6707B02B26161602b3d
Octal30616017305346265405375
Binary1100011011100001111011010101110011010110101100000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6707B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6707B; }

 p { color: rgb(198,112,123); }

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

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

 a { background-color: rgb(198,112,123); }

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

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

 span { border-color: rgb(198,112,123); }

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