Html Css Color HEX #C073AC Bouquet

📋 copy color: '#C073AC'

red 192 ◦ green 115 ◦ blue 172

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

Shades of Bouquet #C073AC

Tints of Bouquet #C073AC

RGB

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

 GREEN value IS 115 (45.31% from 255) = 24.01%

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

R = 40.08%
G = 24.01%
B = 35.91%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C073AC (or 0xC073AC) is known color: Bouquet. HEX triplet: C0, 73 and AC. RGB value is (192,115,172). Sum of RGB (Red+Green+Blue) = 192+115+172=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 115 (45.31% from 255 or 24.01% from 479); Blue value is 172 (67.58% from 255 or 35.91% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C073AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073AC is #3F8C53. Grayscale: #909090. Windows color (decimal): -4164692 or 11301824. OLE color: 11301824.

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

Color convert

RGB 192 115 172 -
CMYK 0 0.40 0.10 0.25
HSL 315.58º 0.38% 0.6% -
HSV(B) 315.58º 0.4% 0.75% -
XYZ 35.32 26.45 42.27 -
YUV 144.52 143.51 161.87 -
System Red Green Blue C M Y K H S L
Decimal 192 115 172 0 0.40 0.10 0.25 315.58 0.38 0.6
Hex C0 73 AC 0 28 A 19 13C 26 3C
Octal 300 163 254 0 50 12 31 474 46 74
Binary 11000000 1110011 10101100 0 101000 1010 11001 100111100 100110 111100

Color Harmonies of #C073AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073AC

Black with #C073AC

Text Example


Text Example

White with #C073AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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