Html Css Color HEX #C473AF Bouquet

📋 copy color: '#C473AF'

red 196 ◦ green 115 ◦ blue 175

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

Shades of Bouquet #C473AF

Tints of Bouquet #C473AF

RGB

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

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

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

R = 40.33%
G = 23.66%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.11

 K value IS 0.23

RGB Variations

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

Color information

#C473AF (or 0xC473AF) is known color: Bouquet. HEX triplet: C4, 73 and AF. RGB value is (196,115,175). Sum of RGB (Red+Green+Blue) = 196+115+175=486 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.33% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 196 - color contains mainly: red. Hex color #C473AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C473AF is #3B8C50. Grayscale: #919191. Windows color (decimal): -3902545 or 11498436. OLE color: 11498436.

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

Color convert

RGB 196 115 175 -
CMYK 0 0.41 0.11 0.23
HSL 315.56º 0.41% 0.61% -
HSV(B) 315.56º 0.41% 0.77% -
XYZ 36.63 27.09 43.86 -
YUV 146.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 196 115 175 0 0.41 0.11 0.23 315.56 0.41 0.61
Hex C4 73 AF 0 29 B 17 13C 29 3D
Octal 304 163 257 0 51 13 27 474 51 75
Binary 11000100 1110011 10101111 0 101001 1011 10111 100111100 101001 111101

Color Harmonies of #C473AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C473AF

Black with #C473AF

Text Example


Text Example

White with #C473AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C473AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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