#C073A6

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

Shades of Bouquet #C073A6

Tints of Bouquet #C073A6

Color information

#C073A6 (or 0xC073A6) is unknown color: approx Bouquet. HEX triplet: C0, 73 and A6. RGB value is (192,115,166). Sum of RGB (Red+Green+Blue) = 192+115+166=473 (62% of max value = 765). Red value is 192 (75.39% from 255 or 40.59% from 473); Green value is 115 (45.31% from 255 or 24.31% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 192 - color contains mainly: red. Hex color #C073A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073A6 is #3F8C59. Grayscale: #8F8F8F. Windows color (decimal): -4164698 or 10908608. OLE color: 10908608.

HSL color Cylindrical-coordinate representation of color #C073A6: hue angle of 320.26º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C073A6 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB192115166-
CMYK00.400.140.25
HSL320.26º37.93%60.2%-
HSV(B)320.26º40.1%75.29%-
XYZ34.7526.2239.31-
YUV143.84140.51162.35-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40.59%
GREEN value IS 115 (45.31% from 255) = 24.31%
BLUE value IS 166 (65.23% from 255) = 35.10%
R=40.59%
G=24.31%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211516600.400.140.25320.2637.9360.2
HexC073A6028E19140263c
Octal30016324605016315004674
Binary110000001110011101001100101000111011001101000000100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073A6; }

 p { color: rgb(192,115,166); }

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

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

 a { background-color: rgb(192,115,166); }

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

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

 span { border-color: rgb(192,115,166); }

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