Html Css Color HEX #CC85BB Lily

📋 copy color: '#CC85BB'

red 204 ◦ green 133 ◦ blue 187

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

Shades of Lily #CC85BB

Tints of Lily #CC85BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 35.69%

R = 38.93%
G = 25.38%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.08

 K value IS 0.2

RGB Variations

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

Color information

#CC85BB (or 0xCC85BB) is known color: Lily. HEX triplet: CC, 85 and BB. RGB value is (204,133,187). Sum of RGB (Red+Green+Blue) = 204+133+187=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 133 (52.34% from 255 or 25.38% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC85BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC85BB is #337A44. Grayscale: #A0A0A0. Windows color (decimal): -3373637 or 12289484. OLE color: 12289484.

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

Color convert

RGB 204 133 187 -
CMYK 0 0.35 0.08 0.2
HSL 314.37º 0.41% 0.66% -
HSV(B) 314.37º 0.35% 0.8% -
XYZ 42.26 33.2 51.19 -
YUV 160.39 143.02 159.11 -
System Red Green Blue C M Y K H S L
Decimal 204 133 187 0 0.35 0.08 0.2 314.37 0.41 0.66
Hex CC 85 BB 0 23 8 14 13A 29 42
Octal 314 205 273 0 43 10 24 472 51 102
Binary 11001100 10000101 10111011 0 100011 1000 10100 100111010 101001 1000010

Color Harmonies of #CC85BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC85BB

Black with #CC85BB

Text Example


Text Example

White with #CC85BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC85BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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