Html Css Color HEX #C472AD Bouquet

📋 copy color: '#C472AD'

red 196 ◦ green 114 ◦ blue 173

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

Shades of Bouquet #C472AD

Tints of Bouquet #C472AD

RGB

 RED value IS 196 (76.95% from 255) = 40.58%

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

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

R = 40.58%
G = 23.6%
B = 35.82%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C472AD (or 0xC472AD) is known color: Bouquet. HEX triplet: C4, 72 and AD. RGB value is (196,114,173). Sum of RGB (Red+Green+Blue) = 196+114+173=483 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.58% from 483); Green value is 114 (44.92% from 255 or 23.60% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 196 - color contains mainly: red. Hex color #C472AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472AD is #3B8D52. Grayscale: #919191. Windows color (decimal): -3902803 or 11367108. OLE color: 11367108.

HSL color Cylindrical-coordinate representation of color #C472AD: hue angle of 316.83º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C472AD is Cyan = 0, Magento = 0.42, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 114 173 -
CMYK 0 0.42 0.12 0.23
HSL 316.83º 0.41% 0.61% -
HSV(B) 316.83º 0.42% 0.77% -
XYZ 36.33 26.79 42.79 -
YUV 145.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 196 114 173 0 0.42 0.12 0.23 316.83 0.41 0.61
Hex C4 72 AD 0 2A C 17 13D 29 3D
Octal 304 162 255 0 52 14 27 475 51 75
Binary 11000100 1110010 10101101 0 101010 1100 10111 100111101 101001 111101

Color Harmonies of #C472AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472AD

Black with #C472AD

Text Example


Text Example

White with #C472AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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