Html Css Color HEX #C279AE Bouquet

📋 copy color: '#C279AE'

red 194 ◦ green 121 ◦ blue 174

#C279AE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bouquet #C279AE

Tints of Bouquet #C279AE

RGB

 RED value IS 194 (76.17% from 255) = 39.67%

 GREEN value IS 121 (47.66% from 255) = 24.74%

 BLUE value IS 174 (68.36% from 255) = 35.58%

R = 39.67%
G = 24.74%
B = 35.58%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C279AE (or 0xC279AE) is known color: Bouquet. HEX triplet: C2, 79 and AE. RGB value is (194,121,174). Sum of RGB (Red+Green+Blue) = 194+121+174=489 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.67% from 489); Green value is 121 (47.66% from 255 or 24.74% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AE is #3D8651. Grayscale: #949494. Windows color (decimal): -4032082 or 11434434. OLE color: 11434434.

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

Color convert

RGB 194 121 174 -
CMYK 0 0.38 0.10 0.24
HSL 316.44º 0.37% 0.62% -
HSV(B) 316.44º 0.38% 0.76% -
XYZ 36.73 28.2 43.55 -
YUV 148.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 194 121 174 0 0.38 0.10 0.24 316.44 0.37 0.62
Hex C2 79 AE 0 26 A 18 13C 25 3E
Octal 302 171 256 0 46 12 30 474 45 76
Binary 11000010 1111001 10101110 0 100110 1010 11000 100111100 100101 111110

Color Harmonies of #C279AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279AE

Black with #C279AE

Text Example


Text Example

White with #C279AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279AE; }

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

 H1.HeaderClassName
 {
   color: #C279AE;
 }
 .AnyTagClassName
 {
   color: #C279AE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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