Html Css Color HEX #C472AF Bouquet

📋 copy color: '#C472AF'

red 196 ◦ green 114 ◦ blue 175

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

Shades of Bouquet #C472AF

Tints of Bouquet #C472AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.08%

R = 40.41%
G = 23.51%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C472AF (or 0xC472AF) is known color: Bouquet. HEX triplet: C4, 72 and AF. RGB value is (196,114,175). Sum of RGB (Red+Green+Blue) = 196+114+175=485 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.41% from 485); Green value is 114 (44.92% from 255 or 23.51% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 196 - color contains mainly: red. Hex color #C472AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C472AF is #3B8D50. Grayscale: #919191. Windows color (decimal): -3902801 or 11498180. OLE color: 11498180.

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

Color convert

RGB 196 114 175 -
CMYK 0 0.42 0.11 0.23
HSL 315.37º 0.41% 0.61% -
HSV(B) 315.37º 0.42% 0.77% -
XYZ 36.52 26.87 43.82 -
YUV 145.47 144.67 164.04 -
System Red Green Blue C M Y K H S L
Decimal 196 114 175 0 0.42 0.11 0.23 315.37 0.41 0.61
Hex C4 72 AF 0 2A B 17 13B 29 3D
Octal 304 162 257 0 52 13 27 473 51 75
Binary 11000100 1110010 10101111 0 101010 1011 10111 100111011 101001 111101

Color Harmonies of #C472AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C472AF

Black with #C472AF

Text Example


Text Example

White with #C472AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C472AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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