Html Css Color HEX #C679AE Bouquet

📋 copy color: '#C679AE'

red 198 ◦ green 121 ◦ blue 174

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

Shades of Bouquet #C679AE

Tints of Bouquet #C679AE

RGB

 RED value IS 198 (77.73% from 255) = 40.16%

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

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

R = 40.16%
G = 24.54%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.12

 K value IS 0.22

RGB Variations

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

Color information

#C679AE (or 0xC679AE) is known color: Bouquet. HEX triplet: C6, 79 and AE. RGB value is (198,121,174). Sum of RGB (Red+Green+Blue) = 198+121+174=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 121 (47.66% from 255 or 24.54% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C679AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C679AE is #398651. Grayscale: #959595. Windows color (decimal): -3769938 or 11434438. OLE color: 11434438.

HSL color Cylindrical-coordinate representation of color #C679AE: hue angle of 318.7º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C679AE is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 121 174 -
CMYK 0 0.39 0.12 0.22
HSL 318.7º 0.4% 0.63% -
HSV(B) 318.7º 0.39% 0.78% -
XYZ 37.77 28.74 43.6 -
YUV 150.07 141.51 162.19 -
System Red Green Blue C M Y K H S L
Decimal 198 121 174 0 0.39 0.12 0.22 318.7 0.4 0.63
Hex C6 79 AE 0 27 C 16 13F 28 3F
Octal 306 171 256 0 47 14 26 477 50 77
Binary 11000110 1111001 10101110 0 100111 1100 10110 100111111 101000 111111

Color Harmonies of #C679AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679AE

Black with #C679AE

Text Example


Text Example

White with #C679AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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