Html Css Color HEX #C380AB Lily

📋 copy color: '#C380AB'

red 195 ◦ green 128 ◦ blue 171

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

Shades of Lily #C380AB

Tints of Lily #C380AB

RGB

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

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

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

R = 39.47%
G = 25.91%
B = 34.62%

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

#C380AB (or 0xC380AB) is known color: Lily. HEX triplet: C3, 80 and AB. RGB value is (195,128,171). Sum of RGB (Red+Green+Blue) = 195+128+171=494 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.47% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 195 - color contains mainly: red. Hex color #C380AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380AB is #3C7F54. Grayscale: #989898. Windows color (decimal): -3964757 or 11239619. OLE color: 11239619.

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

Color convert

RGB 195 128 171 -
CMYK 0 0.34 0.12 0.24
HSL 321.49º 0.36% 0.63% -
HSV(B) 321.49º 0.34% 0.76% -
XYZ 37.58 29.98 42.33 -
YUV 152.94 138.2 158 -
System Red Green Blue C M Y K H S L
Decimal 195 128 171 0 0.34 0.12 0.24 321.49 0.36 0.63
Hex C3 80 AB 0 22 C 18 141 24 3F
Octal 303 200 253 0 42 14 30 501 44 77
Binary 11000011 10000000 10101011 0 100010 1100 11000 101000001 100100 111111

Color Harmonies of #C380AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380AB

Black with #C380AB

Text Example


Text Example

White with #C380AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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