#C67685

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

Shades of Charm #C67685

Tints of Charm #C67685

Color information

#C67685 (or 0xC67685) is unknown color: approx Charm. HEX triplet: C6, 76 and 85. RGB value is (198,118,133). Sum of RGB (Red+Green+Blue) = 198+118+133=449 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.10% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 133 (52.34% from 255 or 29.62% from 449); Max value from RGB is 198 - color contains mainly: red. Hex color #C67685 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C67685 is #39897A. Grayscale: #8F8F8F. Windows color (decimal): -3770747 or 8746694. OLE color: 8746694.

HSL color Cylindrical-coordinate representation of color #C67685: hue angle of 348.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C67685 is Cyan = 0, Magento = 0.40, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198118133-
CMYK00.400.330.22
HSL348.75º41.24%61.96%-
HSV(B)348.75º40.4%77.65%-
XYZ3426.6625.54-
YUV143.63122166.78-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.10%
GREEN value IS 118 (46.48% from 255) = 26.28%
BLUE value IS 133 (52.34% from 255) = 29.62%
R=44.10%
G=26.28%
B=29.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19811813300.400.330.22348.7541.2461.96
HexC67685028211615d293e
Octal30616620505041265355176
Binary11000110111011010000101010100010000110110101011101101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C67685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C67685; }

 p { color: rgb(198,118,133); }

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

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

 a { background-color: rgb(198,118,133); }

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

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

 span { border-color: rgb(198,118,133); }

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