#C06993

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

Shades of Hopbush #C06993

Tints of Hopbush #C06993

Color information

#C06993 (or 0xC06993) is unknown color: approx Hopbush. HEX triplet: C0, 69 and 93. RGB value is (192,105,147). Sum of RGB (Red+Green+Blue) = 192+105+147=444 (58% of max value = 765). Red value is 192 (75.39% from 255 or 43.24% from 444); Green value is 105 (41.41% from 255 or 23.65% from 444); Blue value is 147 (57.81% from 255 or 33.11% from 444); Max value from RGB is 192 - color contains mainly: red. Hex color #C06993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C06993 is #3F966C. Grayscale: #878787. Windows color (decimal): -4167277 or 9660864. OLE color: 9660864.

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

Color convert

RGB192105147-
CMYK00.450.230.25
HSL331.03º40.85%58.24%-
HSV(B)331.03º45.31%75.29%-
XYZ32.0623.4230.43-
YUV135.8134.32168.08-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.24%
GREEN value IS 105 (41.41% from 255) = 23.65%
BLUE value IS 147 (57.81% from 255) = 33.11%
R=43.24%
G=23.65%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19210514700.450.230.25331.0340.8558.24
HexC0699302D171914b293a
Octal30015122305527315135172
Binary1100000011010011001001101011011011111001101001011101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C06993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C06993; }

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

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

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

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

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

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

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

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