#C06E8E

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

Shades of Hopbush #C06E8E

Tints of Hopbush #C06E8E

Color information

#C06E8E (or 0xC06E8E) is unknown color: approx Hopbush. HEX triplet: C0, 6E and 8E. RGB value is (192,110,142). Sum of RGB (Red+Green+Blue) = 192+110+142=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 110 (43.36% from 255 or 24.77% from 444); Blue value is 142 (55.86% from 255 or 31.98% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C06E8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06E8E is #3F9171. Grayscale: #8A8A8A. Windows color (decimal): -4166002 or 9334464. OLE color: 9334464.

HSL color Cylindrical-coordinate representation of color #C06E8E: hue angle of 336.59º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C06E8E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB192110142-
CMYK00.430.260.25
HSL336.59º39.42%59.22%-
HSV(B)336.59º42.71%75.29%-
XYZ32.224.3128.59-
YUV138.17130.17166.4-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 110 (43.36% from 255) = 24.77%
BLUE value IS 142 (55.86% from 255) = 31.98%
R=43.24%
G=24.77%
B=31.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211014200.430.260.25336.5939.4259.22
HexC06E8E02B1A19151273b
Octal30015621605332315214773
Binary1100000011011101000111001010111101011001101010001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06E8E; }

 p { color: rgb(192,110,142); }

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

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

 a { background-color: rgb(192,110,142); }

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

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

 span { border-color: rgb(192,110,142); }

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