Html Css Color HEX #C077AC Bouquet

📋 copy color: '#C077AC'

red 192 ◦ green 119 ◦ blue 172

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

Shades of Bouquet #C077AC

Tints of Bouquet #C077AC

RGB

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

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

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

R = 39.75%
G = 24.64%
B = 35.61%

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

#C077AC (or 0xC077AC) is known color: Bouquet. HEX triplet: C0, 77 and AC. RGB value is (192,119,172). Sum of RGB (Red+Green+Blue) = 192+119+172=483 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.75% from 483); Green value is 119 (46.88% from 255 or 24.64% from 483); Blue value is 172 (67.58% from 255 or 35.61% from 483); Max value from RGB is 192 - color contains mainly: red. Hex color #C077AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077AC is #3F8853. Grayscale: #929292. Windows color (decimal): -4163668 or 11302848. OLE color: 11302848.

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

Color convert

RGB 192 119 172 -
CMYK 0 0.38 0.10 0.25
HSL 316.44º 0.37% 0.61% -
HSV(B) 316.44º 0.38% 0.75% -
XYZ 35.78 27.38 42.43 -
YUV 146.87 142.18 160.19 -
System Red Green Blue C M Y K H S L
Decimal 192 119 172 0 0.38 0.10 0.25 316.44 0.37 0.61
Hex C0 77 AC 0 26 A 19 13C 25 3D
Octal 300 167 254 0 46 12 31 474 45 75
Binary 11000000 1110111 10101100 0 100110 1010 11001 100111100 100101 111101

Color Harmonies of #C077AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C077AC

Black with #C077AC

Text Example


Text Example

White with #C077AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C077AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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