#C66D8D

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

Shades of Hopbush #C66D8D

Tints of Hopbush #C66D8D

Color information

#C66D8D (or 0xC66D8D) is unknown color: approx Hopbush. HEX triplet: C6, 6D and 8D. RGB value is (198,109,141). Sum of RGB (Red+Green+Blue) = 198+109+141=448 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.20% from 448); Green value is 109 (42.97% from 255 or 24.33% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 198 - color contains mainly: red. Hex color #C66D8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66D8D is #399272. Grayscale: #8B8B8B. Windows color (decimal): -3773043 or 9268678. OLE color: 9268678.

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

Color convert

RGB198109141-
CMYK00.450.290.22
HSL338.43º43.84%60.2%-
HSV(B)338.43º44.95%77.65%-
XYZ33.5724.8728.23-
YUV139.26128.99169.9-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.20%
GREEN value IS 109 (42.97% from 255) = 24.33%
BLUE value IS 141 (55.47% from 255) = 31.47%
R=44.20%
G=24.33%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19810914100.450.290.22338.4343.8460.2
HexC66D8D02D1D161522c3c
Octal30615521505535265225474
Binary1100011011011011000110101011011110110110101010010101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66D8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66D8D; }

 p { color: rgb(198,109,141); }

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

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

 a { background-color: rgb(198,109,141); }

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

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

 span { border-color: rgb(198,109,141); }

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