Html Css Color HEX #C679AF Bouquet

📋 copy color: '#C679AF'

red 198 ◦ green 121 ◦ blue 175

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

Shades of Bouquet #C679AF

Tints of Bouquet #C679AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.43%

R = 40.08%
G = 24.49%
B = 35.43%

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

#C679AF (or 0xC679AF) is known color: Bouquet. HEX triplet: C6, 79 and AF. RGB value is (198,121,175). Sum of RGB (Red+Green+Blue) = 198+121+175=494 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.08% from 494); Green value is 121 (47.66% from 255 or 24.49% from 494); Blue value is 175 (68.75% from 255 or 35.43% from 494); Max value from RGB is 198 - color contains mainly: red. Hex color #C679AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C679AF is #398650. Grayscale: #969696. Windows color (decimal): -3769937 or 11499974. OLE color: 11499974.

HSL color Cylindrical-coordinate representation of color #C679AF: hue angle of 317.92º 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 #C679AF is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 121 175 -
CMYK 0 0.39 0.12 0.22
HSL 317.92º 0.4% 0.63% -
HSV(B) 317.92º 0.39% 0.78% -
XYZ 37.86 28.78 44.12 -
YUV 150.18 142.01 162.11 -
System Red Green Blue C M Y K H S L
Decimal 198 121 175 0 0.39 0.12 0.22 317.92 0.4 0.63
Hex C6 79 AF 0 27 C 16 13E 28 3F
Octal 306 171 257 0 47 14 26 476 50 77
Binary 11000110 1111001 10101111 0 100111 1100 10110 100111110 101000 111111

Color Harmonies of #C679AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C679AF

Black with #C679AF

Text Example


Text Example

White with #C679AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C679AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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