Html Css Color HEX #C078AA Bouquet

📋 copy color: '#C078AA'

red 192 ◦ green 120 ◦ blue 170

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

Shades of Bouquet #C078AA

Tints of Bouquet #C078AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.27%

R = 39.83%
G = 24.9%
B = 35.27%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C078AA (or 0xC078AA) is known color: Bouquet. HEX triplet: C0, 78 and AA. RGB value is (192,120,170). Sum of RGB (Red+Green+Blue) = 192+120+170=482 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.83% from 482); Green value is 120 (47.27% from 255 or 24.90% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 192 - color contains mainly: red. Hex color #C078AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078AA is #3F8755. Grayscale: #939393. Windows color (decimal): -4163414 or 11172032. OLE color: 11172032.

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

Color convert

RGB 192 120 170 -
CMYK 0 0.38 0.11 0.25
HSL 318.33º 0.36% 0.61% -
HSV(B) 318.33º 0.38% 0.75% -
XYZ 35.71 27.54 41.46 -
YUV 147.23 140.85 159.93 -
System Red Green Blue C M Y K H S L
Decimal 192 120 170 0 0.38 0.11 0.25 318.33 0.36 0.61
Hex C0 78 AA 0 26 B 19 13E 24 3D
Octal 300 170 252 0 46 13 31 476 44 75
Binary 11000000 1111000 10101010 0 100110 1011 11001 100111110 100100 111101

Color Harmonies of #C078AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078AA

Black with #C078AA

Text Example


Text Example

White with #C078AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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