Html Css Color HEX #C279A9 Bouquet

📋 copy color: '#C279A9'

red 194 ◦ green 121 ◦ blue 169

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

Shades of Bouquet #C279A9

Tints of Bouquet #C279A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 34.92%

R = 40.08%
G = 25%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C279A9 (or 0xC279A9) is known color: Bouquet. HEX triplet: C2, 79 and A9. RGB value is (194,121,169). Sum of RGB (Red+Green+Blue) = 194+121+169=484 (64% of max value = 765). Red value is 194 (76.17% from 255 or 40.08% from 484); Green value is 121 (47.66% from 255 or 25% from 484); Blue value is 169 (66.41% from 255 or 34.92% from 484); Max value from RGB is 194 - color contains mainly: red. Hex color #C279A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279A9 is #3D8656. Grayscale: #949494. Windows color (decimal): -4032087 or 11106754. OLE color: 11106754.

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

Color convert

RGB 194 121 169 -
CMYK 0 0.38 0.13 0.24
HSL 320.55º 0.37% 0.62% -
HSV(B) 320.55º 0.38% 0.76% -
XYZ 36.25 28.01 41.03 -
YUV 148.3 139.68 160.6 -
System Red Green Blue C M Y K H S L
Decimal 194 121 169 0 0.38 0.13 0.24 320.55 0.37 0.62
Hex C2 79 A9 0 26 D 18 141 25 3E
Octal 302 171 251 0 46 15 30 501 45 76
Binary 11000010 1111001 10101001 0 100110 1101 11000 101000001 100101 111110

Color Harmonies of #C279A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279A9

Black with #C279A9

Text Example


Text Example

White with #C279A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279A9; }

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

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

background-color css

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

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

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

border-color css

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

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

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