Html Css Color HEX #C474AC Bouquet

📋 copy color: '#C474AC'

red 196 ◦ green 116 ◦ blue 172

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

Shades of Bouquet #C474AC

Tints of Bouquet #C474AC

RGB

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

 GREEN value IS 116 (45.7% from 255) = 23.97%

 BLUE value IS 172 (67.58% from 255) = 35.54%

R = 40.5%
G = 23.97%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.12

 K value IS 0.23

RGB Variations

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

Color information

#C474AC (or 0xC474AC) is known color: Bouquet. HEX triplet: C4, 74 and AC. RGB value is (196,116,172). Sum of RGB (Red+Green+Blue) = 196+116+172=484 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.50% from 484); Green value is 116 (45.70% from 255 or 23.97% from 484); Blue value is 172 (67.58% from 255 or 35.54% from 484); Max value from RGB is 196 - color contains mainly: red. Hex color #C474AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C474AC is #3B8B53. Grayscale: #929292. Windows color (decimal): -3902292 or 11302084. OLE color: 11302084.

HSL color Cylindrical-coordinate representation of color #C474AC: hue angle of 318º degrees, saturation: 0.4, 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 #C474AC is Cyan = 0, Magento = 0.41, Yellow = 0.12 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 116 172 -
CMYK 0 0.41 0.12 0.23
HSL 318º 0.4% 0.61% -
HSV(B) 318º 0.41% 0.77% -
XYZ 36.46 27.21 42.36 -
YUV 146.3 142.5 163.45 -
System Red Green Blue C M Y K H S L
Decimal 196 116 172 0 0.41 0.12 0.23 318 0.4 0.61
Hex C4 74 AC 0 29 C 17 13E 28 3D
Octal 304 164 254 0 51 14 27 476 50 75
Binary 11000100 1110100 10101100 0 101001 1100 10111 100111110 101000 111101

Color Harmonies of #C474AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C474AC

Black with #C474AC

Text Example


Text Example

White with #C474AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C474AC; }

 p { color: rgb(196,116,172); }

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

background-color css

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

 a { background-color: rgb(196,116,172); }

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

border-color css

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

 span { border-color: rgb(196,116,172); }

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