#C377AF

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

Shades of Bouquet #C377AF

Tints of Bouquet #C377AF

Color information

#C377AF (or 0xC377AF) is unknown color: approx Bouquet. HEX triplet: C3, 77 and AF. RGB value is (195,119,175). Sum of RGB (Red+Green+Blue) = 195+119+175=489 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.88% from 489); Green value is 119 (46.88% from 255 or 24.34% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 195 - color contains mainly: red. Hex color #C377AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C377AF is #3C8850. Grayscale: #939393. Windows color (decimal): -3967057 or 11499459. OLE color: 11499459.

HSL color Cylindrical-coordinate representation of color #C377AF: hue angle of 315.79º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C377AF is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.24.

Color convert

RGB195119175-
CMYK00.390.100.24
HSL315.79º38.78%61.57%-
HSV(B)315.79º38.97%76.47%-
XYZ36.8427.8944-
YUV148.11143.18161.45-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 39.88%
GREEN value IS 119 (46.88% from 255) = 24.34%
BLUE value IS 175 (68.75% from 255) = 35.79%
R=39.88%
G=24.34%
B=35.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19511917500.390.100.24315.7938.7861.57
HexC377AF027A1813c273e
Octal30316725704712304744776
Binary110000111110111101011110100111101011000100111100100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C377AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C377AF; }

 p { color: rgb(195,119,175); }

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

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

 a { background-color: rgb(195,119,175); }

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

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

 span { border-color: rgb(195,119,175); }

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