Html Css Color HEX #CC85AD Lily

📋 copy color: '#CC85AD'

red 204 ◦ green 133 ◦ blue 173

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

Shades of Lily #CC85AD

Tints of Lily #CC85AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 33.92%

R = 40%
G = 26.08%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.2

RGB Variations

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

Color information

#CC85AD (or 0xCC85AD) is known color: Lily. HEX triplet: CC, 85 and AD. RGB value is (204,133,173). Sum of RGB (Red+Green+Blue) = 204+133+173=510 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40% from 510); Green value is 133 (52.34% from 255 or 26.08% from 510); Blue value is 173 (67.97% from 255 or 33.92% from 510); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC85AD is #337A52. Grayscale: #9E9E9E. Windows color (decimal): -3373651 or 11371980. OLE color: 11371980.

HSL color Cylindrical-coordinate representation of color #CC85AD: hue angle of 326.2º 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 #CC85AD is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 133 173 -
CMYK 0 0.35 0.15 0.2
HSL 326.2º 0.41% 0.66% -
HSV(B) 326.2º 0.35% 0.8% -
XYZ 40.83 32.63 43.68 -
YUV 158.79 136.02 160.25 -
System Red Green Blue C M Y K H S L
Decimal 204 133 173 0 0.35 0.15 0.2 326.2 0.41 0.66
Hex CC 85 AD 0 23 F 14 146 29 42
Octal 314 205 255 0 43 17 24 506 51 102
Binary 11001100 10000101 10101101 0 100011 1111 10100 101000110 101001 1000010

Color Harmonies of #CC85AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85AD

Black with #CC85AD

Text Example


Text Example

White with #CC85AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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