Html Css Color HEX #C380AA Lily

📋 copy color: '#C380AA'

red 195 ◦ green 128 ◦ blue 170

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

Shades of Lily #C380AA

Tints of Lily #C380AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 34.48%

R = 39.55%
G = 25.96%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#C380AA (or 0xC380AA) is known color: Lily. HEX triplet: C3, 80 and AA. RGB value is (195,128,170). Sum of RGB (Red+Green+Blue) = 195+128+170=493 (65% of max value = 765). Red value is 195 (76.56% from 255 or 39.55% from 493); Green value is 128 (50.39% from 255 or 25.96% from 493); Blue value is 170 (66.80% from 255 or 34.48% from 493); Max value from RGB is 195 - color contains mainly: red. Hex color #C380AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C380AA is #3C7F55. Grayscale: #989898. Windows color (decimal): -3964758 or 11174083. OLE color: 11174083.

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

Color convert

RGB 195 128 170 -
CMYK 0 0.34 0.13 0.24
HSL 322.39º 0.36% 0.63% -
HSV(B) 322.39º 0.34% 0.76% -
XYZ 37.48 29.94 41.83 -
YUV 152.82 137.7 158.08 -
System Red Green Blue C M Y K H S L
Decimal 195 128 170 0 0.34 0.13 0.24 322.39 0.36 0.63
Hex C3 80 AA 0 22 D 18 142 24 3F
Octal 303 200 252 0 42 15 30 502 44 77
Binary 11000011 10000000 10101010 0 100010 1101 11000 101000010 100100 111111

Color Harmonies of #C380AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C380AA

Black with #C380AA

Text Example


Text Example

White with #C380AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C380AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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