#C6668C

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

Shades of Hopbush #C6668C

Tints of Hopbush #C6668C

Color information

#C6668C (or 0xC6668C) is unknown color: approx Hopbush. HEX triplet: C6, 66 and 8C. RGB value is (198,102,140). Sum of RGB (Red+Green+Blue) = 198+102+140=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 102 (40.23% from 255 or 23.18% from 440); Blue value is 140 (55.08% from 255 or 31.82% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6668C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6668C is #399973. Grayscale: #868686. Windows color (decimal): -3774836 or 9201350. OLE color: 9201350.

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

Color convert

RGB198102140-
CMYK00.480.290.22
HSL336.25º45.71%58.82%-
HSV(B)336.25º48.48%77.65%-
XYZ32.7723.427.6-
YUV135.04130.8172.91-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 45%
GREEN value IS 102 (40.23% from 255) = 23.18%
BLUE value IS 140 (55.08% from 255) = 31.82%
R=45%
G=23.18%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810214000.480.290.22336.2545.7158.82
HexC6668C0301D161502e3b
Octal30614621406035265205673
Binary1100011011001101000110001100001110110110101010000101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C6668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C6668C; }

 p { color: rgb(198,102,140); }

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

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

 a { background-color: rgb(198,102,140); }

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

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

 span { border-color: rgb(198,102,140); }

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