Html Css Color HEX #C078A7 Bouquet

📋 copy color: '#C078A7'

red 192 ◦ green 120 ◦ blue 167

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

Shades of Bouquet #C078A7

Tints of Bouquet #C078A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 34.86%

R = 40.08%
G = 25.05%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#C078A7 (or 0xC078A7) is known color: Bouquet. HEX triplet: C0, 78 and A7. RGB value is (192,120,167). Sum of RGB (Red+Green+Blue) = 192+120+167=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 120 (47.27% from 255 or 25.05% from 479); Blue value is 167 (65.62% from 255 or 34.86% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C078A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C078A7 is #3F8758. Grayscale: #929292. Windows color (decimal): -4163417 or 10975424. OLE color: 10975424.

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

Color convert

RGB 192 120 167 -
CMYK 0 0.38 0.13 0.25
HSL 320.83º 0.36% 0.61% -
HSV(B) 320.83º 0.38% 0.75% -
XYZ 35.43 27.43 39.99 -
YUV 146.89 139.35 160.18 -
System Red Green Blue C M Y K H S L
Decimal 192 120 167 0 0.38 0.13 0.25 320.83 0.36 0.61
Hex C0 78 A7 0 26 D 19 141 24 3D
Octal 300 170 247 0 46 15 31 501 44 75
Binary 11000000 1111000 10100111 0 100110 1101 11001 101000001 100100 111101

Color Harmonies of #C078A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C078A7

Black with #C078A7

Text Example


Text Example

White with #C078A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C078A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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