Html Css Color HEX #C678AF Bouquet

📋 copy color: '#C678AF'

red 198 ◦ green 120 ◦ blue 175

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

Shades of Bouquet #C678AF

Tints of Bouquet #C678AF

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.34%

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

R = 40.16%
G = 24.34%
B = 35.5%

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

#C678AF (or 0xC678AF) is known color: Bouquet. HEX triplet: C6, 78 and AF. RGB value is (198,120,175). Sum of RGB (Red+Green+Blue) = 198+120+175=493 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.16% from 493); Green value is 120 (47.27% from 255 or 24.34% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 198 - color contains mainly: red. Hex color #C678AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C678AF is #398750. Grayscale: #959595. Windows color (decimal): -3770193 or 11499718. OLE color: 11499718.

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

Color convert

RGB 198 120 175 -
CMYK 0 0.39 0.12 0.22
HSL 317.69º 0.41% 0.62% -
HSV(B) 317.69º 0.39% 0.78% -
XYZ 37.74 28.53 44.08 -
YUV 149.59 142.34 162.53 -
System Red Green Blue C M Y K H S L
Decimal 198 120 175 0 0.39 0.12 0.22 317.69 0.41 0.62
Hex C6 78 AF 0 27 C 16 13E 29 3E
Octal 306 170 257 0 47 14 26 476 51 76
Binary 11000110 1111000 10101111 0 100111 1100 10110 100111110 101001 111110

Color Harmonies of #C678AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C678AF

Black with #C678AF

Text Example


Text Example

White with #C678AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C678AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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