Html Css Color HEX #C378AC Bouquet

📋 copy color: '#C378AC'

red 195 ◦ green 120 ◦ blue 172

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

Shades of Bouquet #C378AC

Tints of Bouquet #C378AC

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24.64%

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

R = 40.04%
G = 24.64%
B = 35.32%

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

#C378AC (or 0xC378AC) is known color: Bouquet. HEX triplet: C3, 78 and AC. RGB value is (195,120,172). Sum of RGB (Red+Green+Blue) = 195+120+172=487 (64% of max value = 765). Red value is 195 (76.56% from 255 or 40.04% from 487); Green value is 120 (47.27% from 255 or 24.64% from 487); Blue value is 172 (67.58% from 255 or 35.32% from 487); Max value from RGB is 195 - color contains mainly: red. Hex color #C378AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C378AC is #3C8753. Grayscale: #949494. Windows color (decimal): -3966804 or 11303107. OLE color: 11303107.

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

Color convert

RGB 195 120 172 -
CMYK 0 0.38 0.12 0.24
HSL 318.4º 0.38% 0.62% -
HSV(B) 318.4º 0.38% 0.76% -
XYZ 36.67 28.01 42.5 -
YUV 148.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 195 120 172 0 0.38 0.12 0.24 318.4 0.38 0.62
Hex C3 78 AC 0 26 C 18 13E 26 3E
Octal 303 170 254 0 46 14 30 476 46 76
Binary 11000011 1111000 10101100 0 100110 1100 11000 100111110 100110 111110

Color Harmonies of #C378AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C378AC

Black with #C378AC

Text Example


Text Example

White with #C378AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C378AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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