#C66B85

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

Shades of Charm #C66B85

Tints of Charm #C66B85

Color information

#C66B85 (or 0xC66B85) is unknown color: approx Charm. HEX triplet: C6, 6B and 85. RGB value is (198,107,133). Sum of RGB (Red+Green+Blue) = 198+107+133=438 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45.21% from 438); Green value is 107 (42.19% from 255 or 24.43% from 438); Blue value is 133 (52.34% from 255 or 30.37% from 438); Max value from RGB is 198 - color contains mainly: red. Hex color #C66B85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66B85 is #39947A. Grayscale: #898989. Windows color (decimal): -3773563 or 8743878. OLE color: 8743878.

HSL color Cylindrical-coordinate representation of color #C66B85: hue angle of 342.86º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C66B85 is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB198107133-
CMYK00.460.330.22
HSL342.86º44.39%59.8%-
HSV(B)342.86º45.96%77.65%-
XYZ32.7824.2125.14-
YUV137.17125.65171.39-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45.21%
GREEN value IS 107 (42.19% from 255) = 24.43%
BLUE value IS 133 (52.34% from 255) = 30.37%
R=45.21%
G=24.43%
B=30.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810713300.460.330.22342.8644.3959.8
HexC66B8502E21161572c3c
Octal30615320505641265275474
Binary11000110110101110000101010111010000110110101010111101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66B85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66B85; }

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

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

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

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

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

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

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

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