Html Css Color HEX #C279AD Bouquet

📋 copy color: '#C279AD'

red 194 ◦ green 121 ◦ blue 173

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

Shades of Bouquet #C279AD

Tints of Bouquet #C279AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.45%

R = 39.75%
G = 24.8%
B = 35.45%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C279AD (or 0xC279AD) is known color: Bouquet. HEX triplet: C2, 79 and AD. RGB value is (194,121,173). Sum of RGB (Red+Green+Blue) = 194+121+173=488 (64% of max value = 765). Red value is 194 (76.17% from 255 or 39.75% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 173 (67.97% from 255 or 35.45% from 488); Max value from RGB is 194 - color contains mainly: red. Hex color #C279AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C279AD is #3D8652. Grayscale: #949494. Windows color (decimal): -4032083 or 11368898. OLE color: 11368898.

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

Color convert

RGB 194 121 173 -
CMYK 0 0.38 0.11 0.24
HSL 317.26º 0.37% 0.62% -
HSV(B) 317.26º 0.38% 0.76% -
XYZ 36.63 28.16 43.04 -
YUV 148.76 141.68 160.27 -
System Red Green Blue C M Y K H S L
Decimal 194 121 173 0 0.38 0.11 0.24 317.26 0.37 0.62
Hex C2 79 AD 0 26 B 18 13D 25 3E
Octal 302 171 255 0 46 13 30 475 45 76
Binary 11000010 1111001 10101101 0 100110 1011 11000 100111101 100101 111110

Color Harmonies of #C279AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C279AD

Black with #C279AD

Text Example


Text Example

White with #C279AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C279AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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