Html Css Color HEX #C072AD Bouquet

📋 copy color: '#C072AD'

red 192 ◦ green 114 ◦ blue 173

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

Shades of Bouquet #C072AD

Tints of Bouquet #C072AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 23.8%

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

R = 40.08%
G = 23.8%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#C072AD (or 0xC072AD) is known color: Bouquet. HEX triplet: C0, 72 and AD. RGB value is (192,114,173). Sum of RGB (Red+Green+Blue) = 192+114+173=479 (63% of max value = 765). Red value is 192 (75.39% from 255 or 40.08% from 479); Green value is 114 (44.92% from 255 or 23.80% from 479); Blue value is 173 (67.97% from 255 or 36.12% from 479); Max value from RGB is 192 - color contains mainly: red. Hex color #C072AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C072AD is #3F8D52. Grayscale: #8F8F8F. Windows color (decimal): -4164947 or 11367104. OLE color: 11367104.

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

Color convert

RGB 192 114 173 -
CMYK 0 0.41 0.10 0.25
HSL 314.62º 0.38% 0.6% -
HSV(B) 314.62º 0.41% 0.75% -
XYZ 35.3 26.26 42.74 -
YUV 144.05 144.34 162.2 -
System Red Green Blue C M Y K H S L
Decimal 192 114 173 0 0.41 0.10 0.25 314.62 0.38 0.6
Hex C0 72 AD 0 29 A 19 13B 26 3C
Octal 300 162 255 0 51 12 31 473 46 74
Binary 11000000 1110010 10101101 0 101001 1010 11001 100111011 100110 111100

Color Harmonies of #C072AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C072AD

Black with #C072AD

Text Example


Text Example

White with #C072AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C072AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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