Html Css Color HEX #C385AF Lily

📋 copy color: '#C385AF'

red 195 ◦ green 133 ◦ blue 175

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

Shades of Lily #C385AF

Tints of Lily #C385AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.79%

R = 38.77%
G = 26.44%
B = 34.79%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.24

RGB Variations

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

Color information

#C385AF (or 0xC385AF) is known color: Lily. HEX triplet: C3, 85 and AF. RGB value is (195,133,175). Sum of RGB (Red+Green+Blue) = 195+133+175=503 (66% of max value = 765). Red value is 195 (76.56% from 255 or 38.77% from 503); Green value is 133 (52.34% from 255 or 26.44% from 503); Blue value is 175 (68.75% from 255 or 34.79% from 503); Max value from RGB is 195 - color contains mainly: red. Hex color #C385AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C385AF is #3C7A50. Grayscale: #9C9C9C. Windows color (decimal): -3963473 or 11503043. OLE color: 11503043.

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

Color convert

RGB 195 133 175 -
CMYK 0 0.32 0.10 0.24
HSL 319.35º 0.34% 0.64% -
HSV(B) 319.35º 0.32% 0.76% -
XYZ 38.63 31.47 44.6 -
YUV 156.33 138.54 155.58 -
System Red Green Blue C M Y K H S L
Decimal 195 133 175 0 0.32 0.10 0.24 319.35 0.34 0.64
Hex C3 85 AF 0 20 A 18 13F 22 40
Octal 303 205 257 0 40 12 30 477 42 100
Binary 11000011 10000101 10101111 0 100000 1010 11000 100111111 100010 1000000

Color Harmonies of #C385AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C385AF

Black with #C385AF

Text Example


Text Example

White with #C385AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C385AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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