Html Css Color HEX #C279A8 Bouquet

📋 copy color: '#C279A8'

red 194 ◦ green 121 ◦ blue 168

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

Shades of Bouquet #C279A8

Tints of Bouquet #C279A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 34.78%

R = 40.17%
G = 25.05%
B = 34.78%

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

#C279A8 (or 0xC279A8) is known color: Bouquet. HEX triplet: C2, 79 and A8. RGB value is (194,121,168). Sum of RGB (Red+Green+Blue) = 194+121+168=483 (63% of max value = 765). Red value is 194 (76.17% from 255 or 40.17% from 483); Green value is 121 (47.66% from 255 or 25.05% from 483); Blue value is 168 (66.02% from 255 or 34.78% from 483); Max value from RGB is 194 - color contains mainly: red. Hex color #C279A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279A8 is #3D8657. Grayscale: #949494. Windows color (decimal): -4032088 or 11041218. OLE color: 11041218.

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

Color convert

RGB 194 121 168 -
CMYK 0 0.38 0.13 0.24
HSL 321.37º 0.37% 0.62% -
HSV(B) 321.37º 0.38% 0.76% -
XYZ 36.15 27.97 40.54 -
YUV 148.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 194 121 168 0 0.38 0.13 0.24 321.37 0.37 0.62
Hex C2 79 A8 0 26 D 18 141 25 3E
Octal 302 171 250 0 46 15 30 501 45 76
Binary 11000010 1111001 10101000 0 100110 1101 11000 101000001 100101 111110

Color Harmonies of #C279A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279A8

Black with #C279A8

Text Example


Text Example

White with #C279A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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