Html Css Color HEX #C073AD Bouquet

📋 copy color: '#C073AD'

red 192 ◦ green 115 ◦ blue 173

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

Shades of Bouquet #C073AD

Tints of Bouquet #C073AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.04%

R = 40%
G = 23.96%
B = 36.04%

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

#C073AD (or 0xC073AD) is known color: Bouquet. HEX triplet: C0, 73 and AD. RGB value is (192,115,173). Sum of RGB (Red+Green+Blue) = 192+115+173=480 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40% from 480); Green value is 115 (45.31% from 255 or 23.96% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 192 - color contains mainly: red. Hex color #C073AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C073AD is #3F8C52. Grayscale: #909090. Windows color (decimal): -4164691 or 11367360. OLE color: 11367360.

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

Color convert

RGB 192 115 173 -
CMYK 0 0.40 0.10 0.25
HSL 314.81º 0.38% 0.6% -
HSV(B) 314.81º 0.4% 0.75% -
XYZ 35.41 26.49 42.78 -
YUV 144.64 144.01 161.78 -
System Red Green Blue C M Y K H S L
Decimal 192 115 173 0 0.40 0.10 0.25 314.81 0.38 0.6
Hex C0 73 AD 0 28 A 19 13B 26 3C
Octal 300 163 255 0 50 12 31 473 46 74
Binary 11000000 1110011 10101101 0 101000 1010 11001 100111011 100110 111100

Color Harmonies of #C073AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C073AD

Black with #C073AD

Text Example


Text Example

White with #C073AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C073AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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