Html Css Color HEX #CC86BA Lily

📋 copy color: '#CC86BA'

red 204 ◦ green 134 ◦ blue 186

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

Shades of Lily #CC86BA

Tints of Lily #CC86BA

RGB

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

 GREEN value IS 134 (52.73% from 255) = 25.57%

 BLUE value IS 186 (73.05% from 255) = 35.5%

R = 38.93%
G = 25.57%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.2

RGB Variations

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

Color information

#CC86BA (or 0xCC86BA) is known color: Lily. HEX triplet: CC, 86 and BA. RGB value is (204,134,186). Sum of RGB (Red+Green+Blue) = 204+134+186=524 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.93% from 524); Green value is 134 (52.73% from 255 or 25.57% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86BA is #337945. Grayscale: #A0A0A0. Windows color (decimal): -3373382 or 12224204. OLE color: 12224204.

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

Color convert

RGB 204 134 186 -
CMYK 0 0.34 0.09 0.2
HSL 315.43º 0.41% 0.66% -
HSV(B) 315.43º 0.34% 0.8% -
XYZ 42.29 33.43 50.68 -
YUV 160.86 142.19 158.77 -
System Red Green Blue C M Y K H S L
Decimal 204 134 186 0 0.34 0.09 0.2 315.43 0.41 0.66
Hex CC 86 BA 0 22 9 14 13B 29 42
Octal 314 206 272 0 42 11 24 473 51 102
Binary 11001100 10000110 10111010 0 100010 1001 10100 100111011 101001 1000010

Color Harmonies of #CC86BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86BA

Black with #CC86BA

Text Example


Text Example

White with #CC86BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86BA; }

 p { color: rgb(204,134,186); }

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

background-color css

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

 a { background-color: rgb(204,134,186); }

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

border-color css

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

 span { border-color: rgb(204,134,186); }

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