Html Css Color HEX #C380AC Lily

📋 copy color: '#C380AC'

red 195 ◦ green 128 ◦ blue 172

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

Shades of Lily #C380AC

Tints of Lily #C380AC

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.86%

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

R = 39.39%
G = 25.86%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C380AC (or 0xC380AC) is known color: Lily. HEX triplet: C3, 80 and AC. RGB value is (195,128,172). Sum of RGB (Red+Green+Blue) = 195+128+172=495 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.39% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 172 (67.58% from 255 or 34.75% from 495); Max value from RGB is 195 - color contains mainly: red. Hex color #C380AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380AC is #3C7F53. Grayscale: #989898. Windows color (decimal): -3964756 or 11305155. OLE color: 11305155.

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

Color convert

RGB 195 128 172 -
CMYK 0 0.34 0.12 0.24
HSL 320.6º 0.36% 0.63% -
HSV(B) 320.6º 0.34% 0.76% -
XYZ 37.67 30.02 42.84 -
YUV 153.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 195 128 172 0 0.34 0.12 0.24 320.6 0.36 0.63
Hex C3 80 AC 0 22 C 18 141 24 3F
Octal 303 200 254 0 42 14 30 501 44 77
Binary 11000011 10000000 10101100 0 100010 1100 11000 101000001 100100 111111

Color Harmonies of #C380AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380AC

Black with #C380AC

Text Example


Text Example

White with #C380AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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