Html Css Color HEX #C384AC Lily

📋 copy color: '#C384AC'

red 195 ◦ green 132 ◦ blue 172

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

Shades of Lily #C384AC

Tints of Lily #C384AC

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.45%

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

R = 39.08%
G = 26.45%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C384AC (or 0xC384AC) is known color: Lily. HEX triplet: C3, 84 and AC. RGB value is (195,132,172). Sum of RGB (Red+Green+Blue) = 195+132+172=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C384AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C384AC is #3C7B53. Grayscale: #9B9B9B. Windows color (decimal): -3963732 or 11306179. OLE color: 11306179.

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

Color convert

RGB 195 132 172 -
CMYK 0 0.32 0.12 0.24
HSL 321.9º 0.34% 0.64% -
HSV(B) 321.9º 0.32% 0.76% -
XYZ 38.2 31.08 43.02 -
YUV 155.4 137.37 156.25 -
System Red Green Blue C M Y K H S L
Decimal 195 132 172 0 0.32 0.12 0.24 321.9 0.34 0.64
Hex C3 84 AC 0 20 C 18 142 22 40
Octal 303 204 254 0 40 14 30 502 42 100
Binary 11000011 10000100 10101100 0 100000 1100 11000 101000010 100010 1000000

Color Harmonies of #C384AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C384AC

Black with #C384AC

Text Example


Text Example

White with #C384AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C384AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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