#C074AC

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

Shades of Bouquet #C074AC

Tints of Bouquet #C074AC

Color information

#C074AC (or 0xC074AC) is unknown color: approx Bouquet. HEX triplet: C0, 74 and AC. RGB value is (192,116,172). Sum of RGB (Red+Green+Blue) = 192+116+172=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 172 (67.58% from 255 or 35.83% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C074AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C074AC is #3F8B53. Grayscale: #909090. Windows color (decimal): -4164436 or 11302080. OLE color: 11302080.

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

Color convert

RGB192116172-
CMYK00.400.100.25
HSL315.79º37.62%60.39%-
HSV(B)315.79º39.58%75.29%-
XYZ35.4326.6842.31-
YUV145.11143.18161.45-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 40%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 172 (67.58% from 255) = 35.83%
R=40%
G=24.17%
B=35.83%

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
Decimal19211617200.400.100.25315.7937.6260.39
HexC074AC028A1913c263c
Octal30016425405012314744674
Binary110000001110100101011000101000101011001100111100100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C074AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C074AC; }

 p { color: rgb(192,116,172); }

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

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

 a { background-color: rgb(192,116,172); }

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

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

 span { border-color: rgb(192,116,172); }

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