Html Css Color HEX #C078AC Bouquet

📋 copy color: '#C078AC'

red 192 ◦ green 120 ◦ blue 172

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

Shades of Bouquet #C078AC

Tints of Bouquet #C078AC

RGB

 RED value IS 192 (75.39% from 255) = 39.67%

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

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 39.67%
G = 24.79%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C078AC (or 0xC078AC) is known color: Bouquet. HEX triplet: C0, 78 and AC. RGB value is (192,120,172). Sum of RGB (Red+Green+Blue) = 192+120+172=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 120 (47.27% from 255 or 24.79% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AC is #3F8753. Grayscale: #939393. Windows color (decimal): -4163412 or 11303104. OLE color: 11303104.

HSL color Cylindrical-coordinate representation of color #C078AC: hue angle of 316.67º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C078AC is Cyan = 0, Magento = 0.38, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 120 172 -
CMYK 0 0.38 0.10 0.25
HSL 316.67º 0.36% 0.61% -
HSV(B) 316.67º 0.38% 0.75% -
XYZ 35.9 27.62 42.47 -
YUV 147.46 141.85 159.77 -
System Red Green Blue C M Y K H S L
Decimal 192 120 172 0 0.38 0.10 0.25 316.67 0.36 0.61
Hex C0 78 AC 0 26 A 19 13D 24 3D
Octal 300 170 254 0 46 12 31 475 44 75
Binary 11000000 1111000 10101100 0 100110 1010 11001 100111101 100100 111101

Color Harmonies of #C078AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078AC

Black with #C078AC

Text Example


Text Example

White with #C078AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078AC; }

 p { color: rgb(192,120,172); }

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

background-color css

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

 a { background-color: rgb(192,120,172); }

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

border-color css

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

 span { border-color: rgb(192,120,172); }

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