Html Css Color HEX #C285AC Lily

📋 copy color: '#C285AC'

red 194 ◦ green 133 ◦ blue 172

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

Shades of Lily #C285AC

Tints of Lily #C285AC

RGB

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

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

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

R = 38.88%
G = 26.65%
B = 34.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#C285AC (or 0xC285AC) is known color: Lily. HEX triplet: C2, 85 and AC. RGB value is (194,133,172). Sum of RGB (Red+Green+Blue) = 194+133+172=499 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.88% from 499); Green value is 133 (52.34% from 255 or 26.65% from 499); Blue value is 172 (67.58% from 255 or 34.47% from 499); Max value from RGB is 194 - color contains mainly: red. Hex color #C285AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C285AC is #3D7A53. Grayscale: #9B9B9B. Windows color (decimal): -4029012 or 11306434. OLE color: 11306434.

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

Color convert

RGB 194 133 172 -
CMYK 0 0.31 0.11 0.24
HSL 321.64º 0.33% 0.64% -
HSV(B) 321.64º 0.31% 0.76% -
XYZ 38.08 31.22 43.05 -
YUV 155.69 137.21 155.33 -
System Red Green Blue C M Y K H S L
Decimal 194 133 172 0 0.31 0.11 0.24 321.64 0.33 0.64
Hex C2 85 AC 0 1F B 18 142 21 40
Octal 302 205 254 0 37 13 30 502 41 100
Binary 11000010 10000101 10101100 0 11111 1011 11000 101000010 100001 1000000

Color Harmonies of #C285AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C285AC

Black with #C285AC

Text Example


Text Example

White with #C285AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C285AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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