#C06F92

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

Shades of Hopbush #C06F92

Tints of Hopbush #C06F92

Color information

#C06F92 (or 0xC06F92) is unknown color: approx Hopbush. HEX triplet: C0, 6F and 92. RGB value is (192,111,146). Sum of RGB (Red+Green+Blue) = 192+111+146=449 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.76% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 192 - color contains mainly: red. Hex color #C06F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06F92 is #3F906D. Grayscale: #8B8B8B. Windows color (decimal): -4165742 or 9596864. OLE color: 9596864.

HSL color Cylindrical-coordinate representation of color #C06F92: hue angle of 334.07º 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 #C06F92 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB192111146-
CMYK00.420.240.25
HSL334.07º39.13%59.41%-
HSV(B)334.07º42.19%75.29%-
XYZ32.6124.6530.23-
YUV139.21131.84165.65-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.76%
GREEN value IS 111 (43.75% from 255) = 24.72%
BLUE value IS 146 (57.42% from 255) = 32.52%
R=42.76%
G=24.72%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211114600.420.240.25334.0739.1359.41
HexC06F9202A181914e273b
Octal30015722205230315164773
Binary1100000011011111001001001010101100011001101001110100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06F92; }

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

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

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

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

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

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

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

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