#C06F8E

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

Shades of Hopbush #C06F8E

Tints of Hopbush #C06F8E

Color information

#C06F8E (or 0xC06F8E) is unknown color: approx Hopbush. HEX triplet: C0, 6F and 8E. RGB value is (192,111,142). Sum of RGB (Red+Green+Blue) = 192+111+142=445 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.15% from 445); Green value is 111 (43.75% from 255 or 24.94% from 445); Blue value is 142 (55.86% from 255 or 31.91% from 445); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F8E is #3F9071. Grayscale: #8A8A8A. Windows color (decimal): -4165746 or 9334720. OLE color: 9334720.

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

Color convert

RGB192111142-
CMYK00.420.260.25
HSL337.04º39.13%59.41%-
HSV(B)337.04º42.19%75.29%-
XYZ32.3124.5328.62-
YUV138.75129.84165.98-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.15%
GREEN value IS 111 (43.75% from 255) = 24.94%
BLUE value IS 142 (55.86% from 255) = 31.91%
R=43.15%
G=24.94%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.26
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211114200.420.260.25337.0439.1359.41
HexC06F8E02A1A19151273b
Octal30015721605232315214773
Binary1100000011011111000111001010101101011001101010001100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F8E; }

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

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

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

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

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

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

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

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