#C374AB

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

Shades of Bouquet #C374AB

Tints of Bouquet #C374AB

Color information

#C374AB (or 0xC374AB) is unknown color: approx Bouquet. HEX triplet: C3, 74 and AB. RGB value is (195,116,171). Sum of RGB (Red+Green+Blue) = 195+116+171=482 (63% of max value = 765). Red value is 195 (76.56% from 255 or 40.46% from 482); Green value is 116 (45.70% from 255 or 24.07% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 195 - color contains mainly: red. Hex color #C374AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C374AB is #3C8B54. Grayscale: #919191. Windows color (decimal): -3967829 or 11236547. OLE color: 11236547.

HSL color Cylindrical-coordinate representation of color #C374AB: hue angle of 318.23º 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 #C374AB is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB195116171-
CMYK00.410.120.24
HSL318.23º39.7%60.98%-
HSV(B)318.23º40.51%76.47%-
XYZ36.127.0341.84-
YUV145.89142.17163.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 40.46%
GREEN value IS 116 (45.70% from 255) = 24.07%
BLUE value IS 171 (67.19% from 255) = 35.48%
R=40.46%
G=24.07%
B=35.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511617100.410.120.24318.2339.760.98
HexC374AB029C1813e283d
Octal30316425305114304765075
Binary110000111110100101010110101001110011000100111110101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C374AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C374AB; }

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

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

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

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

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

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

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

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