#C274AA

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

Shades of Bouquet #C274AA

Tints of Bouquet #C274AA

Color information

#C274AA (or 0xC274AA) is unknown color: approx Bouquet. HEX triplet: C2, 74 and AA. RGB value is (194,116,170). Sum of RGB (Red+Green+Blue) = 194+116+170=480 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.42% from 480); Green value is 116 (45.70% from 255 or 24.17% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 194 - color contains mainly: red. Hex color #C274AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274AA is #3D8B55. Grayscale: #919191. Windows color (decimal): -4033366 or 11171010. OLE color: 11171010.

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

Color convert

RGB194116170-
CMYK00.400.120.24
HSL318.46º39%60.78%-
HSV(B)318.46º40.21%76.08%-
XYZ35.7526.8641.33-
YUV145.48141.84162.61-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.42%
GREEN value IS 116 (45.70% from 255) = 24.17%
BLUE value IS 170 (66.80% from 255) = 35.42%
R=40.42%
G=24.17%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.12
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411617000.400.120.24318.463960.78
HexC274AA028C1813e273d
Octal30216425205014304764775
Binary110000101110100101010100101000110011000100111110100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274AA; }

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

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

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

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

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

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

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

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