Html Css Color HEX #C073AA Bouquet

📋 copy color: '#C073AA'

red 192 ◦ green 115 ◦ blue 170

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

Shades of Bouquet #C073AA

Tints of Bouquet #C073AA

RGB

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

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

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

R = 40.25%
G = 24.11%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#C073AA (or 0xC073AA) is known color: Bouquet. HEX triplet: C0, 73 and AA. RGB value is (192,115,170). Sum of RGB (Red+Green+Blue) = 192+115+170=477 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.25% from 477); Green value is 115 (45.31% from 255 or 24.11% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 192 - color contains mainly: red. Hex color #C073AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073AA is #3F8C55. Grayscale: #909090. Windows color (decimal): -4164694 or 11170752. OLE color: 11170752.

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

Color convert

RGB 192 115 170 -
CMYK 0 0.40 0.11 0.25
HSL 317.14º 0.38% 0.6% -
HSV(B) 317.14º 0.4% 0.75% -
XYZ 35.12 26.37 41.27 -
YUV 144.29 142.51 162.03 -
System Red Green Blue C M Y K H S L
Decimal 192 115 170 0 0.40 0.11 0.25 317.14 0.38 0.6
Hex C0 73 AA 0 28 B 19 13D 26 3C
Octal 300 163 252 0 50 13 31 475 46 74
Binary 11000000 1110011 10101010 0 101000 1011 11001 100111101 100110 111100

Color Harmonies of #C073AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073AA

Black with #C073AA

Text Example


Text Example

White with #C073AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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