#C374AA

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

Shades of Bouquet #C374AA

Tints of Bouquet #C374AA

Color information

#C374AA (or 0xC374AA) is unknown color: approx Bouquet. HEX triplet: C3, 74 and AA. RGB value is (195,116,170). Sum of RGB (Red+Green+Blue) = 195+116+170=481 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.54% from 481); Green value is 116 (45.70% from 255 or 24.12% from 481); Blue value is 170 (66.80% from 255 or 35.34% from 481); Max value from RGB is 195 - color contains mainly: red. Hex color #C374AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C374AA is #3C8B55. Grayscale: #919191. Windows color (decimal): -3967830 or 11171011. OLE color: 11171011.

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

Color convert

RGB195116170-
CMYK00.410.130.24
HSL318.99º39.7%60.98%-
HSV(B)318.99º40.51%76.47%-
XYZ36.012741.34-
YUV145.78141.67163.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.54%
GREEN value IS 116 (45.70% from 255) = 24.12%
BLUE value IS 170 (66.80% from 255) = 35.34%
R=40.54%
G=24.12%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.13
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511617000.410.130.24318.9939.760.98
HexC374AA029D1813f283d
Octal30316425205115304775075
Binary110000111110100101010100101001110111000100111111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C374AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C374AA; }

 p { color: rgb(195,116,170); }

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

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

 a { background-color: rgb(195,116,170); }

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

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

 span { border-color: rgb(195,116,170); }

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