Html Css Color HEX #C479AA Bouquet

📋 copy color: '#C479AA'

red 196 ◦ green 121 ◦ blue 170

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

Shades of Bouquet #C479AA

Tints of Bouquet #C479AA

RGB

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

 GREEN value IS 121 (47.66% from 255) = 24.85%

 BLUE value IS 170 (66.8% from 255) = 34.91%

R = 40.25%
G = 24.85%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.13

 K value IS 0.23

RGB Variations

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

Color information

#C479AA (or 0xC479AA) is known color: Bouquet. HEX triplet: C4, 79 and AA. RGB value is (196,121,170). Sum of RGB (Red+Green+Blue) = 196+121+170=487 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.25% from 487); Green value is 121 (47.66% from 255 or 24.85% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 196 - color contains mainly: red. Hex color #C479AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C479AA is #3B8655. Grayscale: #949494. Windows color (decimal): -3901014 or 11172292. OLE color: 11172292.

HSL color Cylindrical-coordinate representation of color #C479AA: hue angle of 320.8º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C479AA is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 121 170 -
CMYK 0 0.38 0.13 0.23
HSL 320.8º 0.39% 0.62% -
HSV(B) 320.8º 0.38% 0.77% -
XYZ 36.86 28.31 41.55 -
YUV 149.01 139.85 161.52 -
System Red Green Blue C M Y K H S L
Decimal 196 121 170 0 0.38 0.13 0.23 320.8 0.39 0.62
Hex C4 79 AA 0 26 D 17 141 27 3E
Octal 304 171 252 0 46 15 27 501 47 76
Binary 11000100 1111001 10101010 0 100110 1101 10111 101000001 100111 111110

Color Harmonies of #C479AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479AA

Black with #C479AA

Text Example


Text Example

White with #C479AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479AA; }

 p { color: rgb(196,121,170); }

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

background-color css

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

 a { background-color: rgb(196,121,170); }

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

border-color css

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

 span { border-color: rgb(196,121,170); }

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