#C073AD

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

Shades of Bouquet #C073AD

Tints of Bouquet #C073AD

Color information

#C073AD (or 0xC073AD) is unknown color: approx Bouquet. HEX triplet: C0, 73 and AD. RGB value is (192,115,173). Sum of RGB (Red+Green+Blue) = 192+115+173=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C073AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073AD is #3F8C52. Grayscale: #909090. Windows color (decimal): -4164691 or 11367360. OLE color: 11367360.

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

Color convert

RGB192115173-
CMYK00.400.100.25
HSL314.81º37.93%60.2%-
HSV(B)314.81º40.1%75.29%-
XYZ35.4126.4942.78-
YUV144.64144.01161.78-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 115 (45.31% from 255) = 23.96%
BLUE value IS 173 (67.97% from 255) = 36.04%
R=40%
G=23.96%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19211517300.400.100.25314.8137.9360.2
HexC073AD028A1913b263c
Octal30016325505012314734674
Binary110000001110011101011010101000101011001100111011100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C073AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C073AD; }

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

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

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

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

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

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

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

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