Html Css Color HEX #CC85B8 Lily

📋 copy color: '#CC85B8'

red 204 ◦ green 133 ◦ blue 184

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

Shades of Lily #CC85B8

Tints of Lily #CC85B8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 35.32%

R = 39.16%
G = 25.53%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC85B8 (or 0xCC85B8) is known color: Lily. HEX triplet: CC, 85 and B8. RGB value is (204,133,184). Sum of RGB (Red+Green+Blue) = 204+133+184=521 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.16% from 521); Green value is 133 (52.34% from 255 or 25.53% from 521); Blue value is 184 (72.27% from 255 or 35.32% from 521); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85B8 is #337A47. Grayscale: #9F9F9F. Windows color (decimal): -3373640 or 12092876. OLE color: 12092876.

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

Color convert

RGB 204 133 184 -
CMYK 0 0.35 0.10 0.2
HSL 316.9º 0.41% 0.66% -
HSV(B) 316.9º 0.35% 0.8% -
XYZ 41.94 33.07 49.52 -
YUV 160.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 204 133 184 0 0.35 0.10 0.2 316.9 0.41 0.66
Hex CC 85 B8 0 23 A 14 13D 29 42
Octal 314 205 270 0 43 12 24 475 51 102
Binary 11001100 10000101 10111000 0 100011 1010 10100 100111101 101001 1000010

Color Harmonies of #CC85B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85B8

Black with #CC85B8

Text Example


Text Example

White with #CC85B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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