#C07993

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

Shades of Hopbush #C07993

Tints of Hopbush #C07993

Color information

#C07993 (or 0xC07993) is unknown color: approx Hopbush. HEX triplet: C0, 79 and 93. RGB value is (192,121,147). Sum of RGB (Red+Green+Blue) = 192+121+147=460 (60% of max value = 765). Red value is 192 (75.39% from 255 or 41.74% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 147 (57.81% from 255 or 31.96% from 460); Max value from RGB is 192 - color contains mainly: red. Hex color #C07993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07993 is #3F866C. Grayscale: #919191. Windows color (decimal): -4163181 or 9664960. OLE color: 9664960.

HSL color Cylindrical-coordinate representation of color #C07993: hue angle of 338.03º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C07993 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB192121147-
CMYK00.370.230.25
HSL338.03º36.04%61.37%-
HSV(B)338.03º36.98%75.29%-
XYZ33.8426.9931.03-
YUV145.19129.02161.39-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 41.74%
GREEN value IS 121 (47.66% from 255) = 26.30%
BLUE value IS 147 (57.81% from 255) = 31.96%
R=41.74%
G=26.30%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19212114700.370.230.25338.0336.0461.37
HexC079930251719152243d
Octal30017122304527315224475
Binary1100000011110011001001101001011011111001101010010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C07993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C07993; }

 p { color: rgb(192,121,147); }

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

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

 a { background-color: rgb(192,121,147); }

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

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

 span { border-color: rgb(192,121,147); }

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