#C370AC

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

Shades of Bouquet #C370AC

Tints of Bouquet #C370AC

Color information

#C370AC (or 0xC370AC) is unknown color: approx Bouquet. HEX triplet: C3, 70 and AC. RGB value is (195,112,172). Sum of RGB (Red+Green+Blue) = 195+112+172=479 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.71% from 479); Green value is 112 (44.14% from 255 or 23.38% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 195 - color contains mainly: red. Hex color #C370AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C370AC is #3C8F53. Grayscale: #8F8F8F. Windows color (decimal): -3968852 or 11301059. OLE color: 11301059.

HSL color Cylindrical-coordinate representation of color #C370AC: hue angle of 316.63º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C370AC is Cyan = 0, Magento = 0.43, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195112172-
CMYK00.430.120.24
HSL316.63º40.89%60.2%-
HSV(B)316.63º42.56%76.47%-
XYZ35.7526.1742.2-
YUV143.66144164.62-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.71%
GREEN value IS 112 (44.14% from 255) = 23.38%
BLUE value IS 172 (67.58% from 255) = 35.91%
R=40.71%
G=23.38%
B=35.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511217200.430.120.24316.6340.8960.2
HexC370AC02BC1813d293c
Octal30316025405314304755174
Binary110000111110000101011000101011110011000100111101101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C370AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C370AC; }

 p { color: rgb(195,112,172); }

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

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

 a { background-color: rgb(195,112,172); }

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

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

 span { border-color: rgb(195,112,172); }

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