Html Css Color HEX #C479AB Bouquet

📋 copy color: '#C479AB'

red 196 ◦ green 121 ◦ blue 171

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

Shades of Bouquet #C479AB

Tints of Bouquet #C479AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.04%

R = 40.16%
G = 24.8%
B = 35.04%

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

#C479AB (or 0xC479AB) is known color: Bouquet. HEX triplet: C4, 79 and AB. RGB value is (196,121,171). Sum of RGB (Red+Green+Blue) = 196+121+171=488 (64% of max value = 765). Red value is 196 (76.95% from 255 or 40.16% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 196 - color contains mainly: red. Hex color #C479AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C479AB is #3B8654. Grayscale: #959595. Windows color (decimal): -3901013 or 11237828. OLE color: 11237828.

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

Color convert

RGB 196 121 171 -
CMYK 0 0.38 0.13 0.23
HSL 320º 0.39% 0.62% -
HSV(B) 320º 0.38% 0.77% -
XYZ 36.95 28.35 42.05 -
YUV 149.13 140.35 161.43 -
System Red Green Blue C M Y K H S L
Decimal 196 121 171 0 0.38 0.13 0.23 320 0.39 0.62
Hex C4 79 AB 0 26 D 17 140 27 3E
Octal 304 171 253 0 46 15 27 500 47 76
Binary 11000100 1111001 10101011 0 100110 1101 10111 101000000 100111 111110

Color Harmonies of #C479AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C479AB

Black with #C479AB

Text Example


Text Example

White with #C479AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C479AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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