Html Css Color HEX #C077A6 Bouquet

📋 copy color: '#C077A6'

red 192 ◦ green 119 ◦ blue 166

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

Shades of Bouquet #C077A6

Tints of Bouquet #C077A6

RGB

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

 GREEN value IS 119 (46.88% from 255) = 24.95%

 BLUE value IS 166 (65.23% from 255) = 34.8%

R = 40.25%
G = 24.95%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#C077A6 (or 0xC077A6) is known color: Bouquet. HEX triplet: C0, 77 and A6. RGB value is (192,119,166). Sum of RGB (Red+Green+Blue) = 192+119+166=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 119 (46.88% from 255 or 24.95% from 477); Blue value is 166 (65.23% from 255 or 34.80% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C077A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077A6 is #3F8859. Grayscale: #929292. Windows color (decimal): -4163674 or 10909632. OLE color: 10909632.

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

Color convert

RGB 192 119 166 -
CMYK 0 0.38 0.14 0.25
HSL 321.37º 0.37% 0.61% -
HSV(B) 321.37º 0.38% 0.75% -
XYZ 35.22 27.15 39.46 -
YUV 146.19 139.18 160.68 -
System Red Green Blue C M Y K H S L
Decimal 192 119 166 0 0.38 0.14 0.25 321.37 0.37 0.61
Hex C0 77 A6 0 26 E 19 141 25 3D
Octal 300 167 246 0 46 16 31 501 45 75
Binary 11000000 1110111 10100110 0 100110 1110 11001 101000001 100101 111101

Color Harmonies of #C077A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077A6

Black with #C077A6

Text Example


Text Example

White with #C077A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077A6; }

 p { color: rgb(192,119,166); }

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

background-color css

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

 a { background-color: rgb(192,119,166); }

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

border-color css

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

 span { border-color: rgb(192,119,166); }

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