#C277A7

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

Shades of Bouquet #C277A7

Tints of Bouquet #C277A7

Color information

#C277A7 (or 0xC277A7) is unknown color: approx Bouquet. HEX triplet: C2, 77 and A7. RGB value is (194,119,167). Sum of RGB (Red+Green+Blue) = 194+119+167=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 119 (46.88% from 255 or 24.79% from 480); Blue value is 167 (65.62% from 255 or 34.79% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C277A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C277A7 is #3D8858. Grayscale: #929292. Windows color (decimal): -4032601 or 10975170. OLE color: 10975170.

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

Color convert

RGB194119167-
CMYK00.390.140.24
HSL321.6º38.07%61.37%-
HSV(B)321.6º38.66%76.08%-
XYZ35.8227.4539.97-
YUV146.9139.35161.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 119 (46.88% from 255) = 24.79%
BLUE value IS 167 (65.62% from 255) = 34.79%
R=40.42%
G=24.79%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.14
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411916700.390.140.24321.638.0761.37
HexC277A7027E18142263d
Octal30216724704716305024675
Binary110000101110111101001110100111111011000101000010100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C277A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C277A7; }

 p { color: rgb(194,119,167); }

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

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

 a { background-color: rgb(194,119,167); }

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

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

 span { border-color: rgb(194,119,167); }

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