Html Css Color HEX #C392AB Lily

📋 copy color: '#C392AB'

red 195 ◦ green 146 ◦ blue 171

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

Shades of Lily #C392AB

Tints of Lily #C392AB

RGB

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

 GREEN value IS 146 (57.42% from 255) = 28.52%

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

R = 38.09%
G = 28.52%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C392AB (or 0xC392AB) is known color: Lily. HEX triplet: C3, 92 and AB. RGB value is (195,146,171). Sum of RGB (Red+Green+Blue) = 195+146+171=512 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.09% from 512); Green value is 146 (57.42% from 255 or 28.52% from 512); Blue value is 171 (67.19% from 255 or 33.40% from 512); Max value from RGB is 195 - color contains mainly: red. Hex color #C392AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C392AB is #3C6D54. Grayscale: #A3A3A3. Windows color (decimal): -3960149 or 11244227. OLE color: 11244227.

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

Color convert

RGB 195 146 171 -
CMYK 0 0.25 0.12 0.24
HSL 329.39º 0.29% 0.67% -
HSV(B) 329.39º 0.25% 0.76% -
XYZ 40.14 35.1 43.19 -
YUV 163.5 132.23 150.47 -
System Red Green Blue C M Y K H S L
Decimal 195 146 171 0 0.25 0.12 0.24 329.39 0.29 0.67
Hex C3 92 AB 0 19 C 18 149 1D 43
Octal 303 222 253 0 31 14 30 511 35 103
Binary 11000011 10010010 10101011 0 11001 1100 11000 101001001 11101 1000011

Color Harmonies of #C392AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C392AB

Black with #C392AB

Text Example


Text Example

White with #C392AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C392AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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