Html Css Color HEX #C379AC Bouquet

📋 copy color: '#C379AC'

red 195 ◦ green 121 ◦ blue 172

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

Shades of Bouquet #C379AC

Tints of Bouquet #C379AC

RGB

 RED value IS 195 (76.56% from 255) = 39.96%

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

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

R = 39.96%
G = 24.8%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C379AC (or 0xC379AC) is known color: Bouquet. HEX triplet: C3, 79 and AC. RGB value is (195,121,172). Sum of RGB (Red+Green+Blue) = 195+121+172=488 (64% of max value = 765). Red value is 195 (76.56% from 255 or 39.96% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 195 - color contains mainly: red. Hex color #C379AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C379AC is #3C8653. Grayscale: #949494. Windows color (decimal): -3966548 or 11303363. OLE color: 11303363.

HSL color Cylindrical-coordinate representation of color #C379AC: hue angle of 318.65º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C379AC is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 121 172 -
CMYK 0 0.38 0.12 0.24
HSL 318.65º 0.38% 0.62% -
HSV(B) 318.65º 0.38% 0.76% -
XYZ 36.79 28.26 42.54 -
YUV 148.94 141.02 160.85 -
System Red Green Blue C M Y K H S L
Decimal 195 121 172 0 0.38 0.12 0.24 318.65 0.38 0.62
Hex C3 79 AC 0 26 C 18 13F 26 3E
Octal 303 171 254 0 46 14 30 477 46 76
Binary 11000011 1111001 10101100 0 100110 1100 11000 100111111 100110 111110

Color Harmonies of #C379AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C379AC

Black with #C379AC

Text Example


Text Example

White with #C379AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C379AC; }

 p { color: rgb(195,121,172); }

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

background-color css

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

 a { background-color: rgb(195,121,172); }

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

border-color css

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

 span { border-color: rgb(195,121,172); }

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