#C66C8C

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

Shades of Hopbush #C66C8C

Tints of Hopbush #C66C8C

Color information

#C66C8C (or 0xC66C8C) is unknown color: approx Hopbush. HEX triplet: C6, 6C and 8C. RGB value is (198,108,140). Sum of RGB (Red+Green+Blue) = 198+108+140=446 (59% of max value = 765). Red value is 198 (77.73% from 255 or 44.39% from 446); Green value is 108 (42.58% from 255 or 24.22% from 446); Blue value is 140 (55.08% from 255 or 31.39% from 446); Max value from RGB is 198 - color contains mainly: red. Hex color #C66C8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C66C8C is #399373. Grayscale: #8A8A8A. Windows color (decimal): -3773300 or 9202886. OLE color: 9202886.

HSL color Cylindrical-coordinate representation of color #C66C8C: hue angle of 338.67º 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 #C66C8C is Cyan = 0, Magento = 0.45, Yellow = 0.29 and Black (K on CMYK) = 0.22.

Color convert

RGB198108140-
CMYK00.450.290.22
HSL338.67º44.12%60%-
HSV(B)338.67º45.45%77.65%-
XYZ33.3824.6227.8-
YUV138.56128.82170.4-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 44.39%
GREEN value IS 108 (42.58% from 255) = 24.22%
BLUE value IS 140 (55.08% from 255) = 31.39%
R=44.39%
G=24.22%
B=31.39%

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
Decimal19810814000.450.290.22338.6744.1260
HexC66C8C02D1D161532c3c
Octal30615421405535265235474
Binary1100011011011001000110001011011110110110101010011101100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C66C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C66C8C; }

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

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

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

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

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

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

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

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