Html Css Color HEX #C285AB Lily

📋 copy color: '#C285AB'

red 194 ◦ green 133 ◦ blue 171

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

Shades of Lily #C285AB

Tints of Lily #C285AB

RGB

 RED value IS 194 (76.17% from 255) = 38.96%

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

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

R = 38.96%
G = 26.71%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#C285AB (or 0xC285AB) is known color: Lily. HEX triplet: C2, 85 and AB. RGB value is (194,133,171). Sum of RGB (Red+Green+Blue) = 194+133+171=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 133 (52.34% from 255 or 26.71% from 498); Blue value is 171 (67.19% from 255 or 34.34% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C285AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285AB is #3D7A54. Grayscale: #9B9B9B. Windows color (decimal): -4029013 or 11240898. OLE color: 11240898.

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

Color convert

RGB 194 133 171 -
CMYK 0 0.31 0.12 0.24
HSL 322.62º 0.33% 0.64% -
HSV(B) 322.62º 0.31% 0.76% -
XYZ 37.99 31.18 42.55 -
YUV 155.57 136.71 155.41 -
System Red Green Blue C M Y K H S L
Decimal 194 133 171 0 0.31 0.12 0.24 322.62 0.33 0.64
Hex C2 85 AB 0 1F C 18 143 21 40
Octal 302 205 253 0 37 14 30 503 41 100
Binary 11000010 10000101 10101011 0 11111 1100 11000 101000011 100001 1000000

Color Harmonies of #C285AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285AB

Black with #C285AB

Text Example


Text Example

White with #C285AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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