Html Css Color HEX #CC85AC Lily

📋 copy color: '#CC85AC'

red 204 ◦ green 133 ◦ blue 172

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

Shades of Lily #CC85AC

Tints of Lily #CC85AC

RGB

 RED value IS 204 (80.08% from 255) = 40.08%

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

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

R = 40.08%
G = 26.13%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC85AC (or 0xCC85AC) is known color: Lily. HEX triplet: CC, 85 and AC. RGB value is (204,133,172). Sum of RGB (Red+Green+Blue) = 204+133+172=509 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.08% from 509); Green value is 133 (52.34% from 255 or 26.13% from 509); Blue value is 172 (67.58% from 255 or 33.79% from 509); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC85AC is #337A53. Grayscale: #9E9E9E. Windows color (decimal): -3373652 or 11306444. OLE color: 11306444.

HSL color Cylindrical-coordinate representation of color #CC85AC: hue angle of 327.04º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CC85AC is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 172 -
CMYK 0 0.35 0.16 0.2
HSL 327.04º 0.41% 0.66% -
HSV(B) 327.04º 0.35% 0.8% -
XYZ 40.74 32.59 43.17 -
YUV 158.68 135.52 160.33 -
System Red Green Blue C M Y K H S L
Decimal 204 133 172 0 0.35 0.16 0.2 327.04 0.41 0.66
Hex CC 85 AC 0 23 10 14 147 29 42
Octal 314 205 254 0 43 20 24 507 51 102
Binary 11001100 10000101 10101100 0 100011 10000 10100 101000111 101001 1000010

Color Harmonies of #CC85AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85AC

Black with #CC85AC

Text Example


Text Example

White with #CC85AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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