#C274AE

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

Shades of Bouquet #C274AE

Tints of Bouquet #C274AE

Color information

#C274AE (or 0xC274AE) is unknown color: approx Bouquet. HEX triplet: C2, 74 and AE. RGB value is (194,116,174). Sum of RGB (Red+Green+Blue) = 194+116+174=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C274AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C274AE is #3D8B51. Grayscale: #919191. Windows color (decimal): -4033362 or 11433154. OLE color: 11433154.

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

Color convert

RGB194116174-
CMYK00.400.100.24
HSL315.38º39%60.78%-
HSV(B)315.38º40.21%76.08%-
XYZ36.1327.0243.35-
YUV145.93143.84162.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 40.08%
GREEN value IS 116 (45.70% from 255) = 23.97%
BLUE value IS 174 (68.36% from 255) = 35.95%
R=40.08%
G=23.97%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.10
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19411617400.400.100.24315.383960.78
HexC274AE028A1813b273d
Octal30216425605012304734775
Binary110000101110100101011100101000101011000100111011100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C274AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C274AE; }

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

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

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

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

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

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

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

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