#C380A8

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

Shades of Bouquet #C380A8

Tints of Bouquet #C380A8

Color information

#C380A8 (or 0xC380A8) is unknown color: approx Bouquet. HEX triplet: C3, 80 and A8. RGB value is (195,128,168). Sum of RGB (Red+Green+Blue) = 195+128+168=491 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.71% from 491); Green value is 128 (50.39% from 255 or 26.07% from 491); Blue value is 168 (66.02% from 255 or 34.22% from 491); Max value from RGB is 195 - color contains mainly: red. Hex color #C380A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380A8 is #3C7F57. Grayscale: #989898. Windows color (decimal): -3964760 or 11043011. OLE color: 11043011.

HSL color Cylindrical-coordinate representation of color #C380A8: hue angle of 324.18º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C380A8 is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.24.

Color convert

RGB195128168-
CMYK00.340.140.24
HSL324.18º35.83%63.33%-
HSV(B)324.18º34.36%76.47%-
XYZ37.2929.8740.85-
YUV152.59136.7158.25-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.71%
GREEN value IS 128 (50.39% from 255) = 26.07%
BLUE value IS 168 (66.02% from 255) = 34.22%
R=39.71%
G=26.07%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19512816800.340.140.24324.1835.8363.33
HexC380A8022E18144243f
Octal30320025004216305044477
Binary1100001110000000101010000100010111011000101000100100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C380A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C380A8; }

 p { color: rgb(195,128,168); }

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

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

 a { background-color: rgb(195,128,168); }

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

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

 span { border-color: rgb(195,128,168); }

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