Html Css Color HEX #C385AB Lily

📋 copy color: '#C385AB'

red 195 ◦ green 133 ◦ blue 171

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

Shades of Lily #C385AB

Tints of Lily #C385AB

RGB

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

 GREEN value IS 133 (52.34% from 255) = 26.65%

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

R = 39.08%
G = 26.65%
B = 34.27%

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

#C385AB (or 0xC385AB) is known color: Lily. HEX triplet: C3, 85 and AB. RGB value is (195,133,171). Sum of RGB (Red+Green+Blue) = 195+133+171=499 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39.08% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 171 (67.19% from 255 or 34.27% from 499); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AB is #3C7A54. Grayscale: #9B9B9B. Windows color (decimal): -3963477 or 11240899. OLE color: 11240899.

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

Color convert

RGB 195 133 171 -
CMYK 0 0.32 0.12 0.24
HSL 323.23º 0.34% 0.64% -
HSV(B) 323.23º 0.32% 0.76% -
XYZ 38.24 31.32 42.56 -
YUV 155.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 195 133 171 0 0.32 0.12 0.24 323.23 0.34 0.64
Hex C3 85 AB 0 20 C 18 143 22 40
Octal 303 205 253 0 40 14 30 503 42 100
Binary 11000011 10000101 10101011 0 100000 1100 11000 101000011 100010 1000000

Color Harmonies of #C385AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385AB

Black with #C385AB

Text Example


Text Example

White with #C385AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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