#C07092

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

Shades of Hopbush #C07092

Tints of Hopbush #C07092

Color information

#C07092 (or 0xC07092) is unknown color: approx Hopbush. HEX triplet: C0, 70 and 92. RGB value is (192,112,146). Sum of RGB (Red+Green+Blue) = 192+112+146=450 (59% of max value = 765). Red value is 192 (75.39% from 255 or 42.67% from 450); Green value is 112 (44.14% from 255 or 24.89% from 450); Blue value is 146 (57.42% from 255 or 32.44% from 450); Max value from RGB is 192 - color contains mainly: red. Hex color #C07092 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07092 is #3F8F6D. Grayscale: #8B8B8B. Windows color (decimal): -4165486 or 9597120. OLE color: 9597120.

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

Color convert

RGB192112146-
CMYK00.420.240.25
HSL334.5º38.83%59.61%-
HSV(B)334.5º41.67%75.29%-
XYZ32.7224.8730.27-
YUV139.8131.5165.24-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 42.67%
GREEN value IS 112 (44.14% from 255) = 24.89%
BLUE value IS 146 (57.42% from 255) = 32.44%
R=42.67%
G=24.89%
B=32.44%

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
Decimal19211214600.420.240.25334.538.8359.61
HexC0709202A181914e273c
Octal30016022205230315164774
Binary1100000011100001001001001010101100011001101001110100111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07092; }

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

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

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

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

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

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

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

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