Html Css Color HEX #CC86B8 Lily

📋 copy color: '#CC86B8'

red 204 ◦ green 134 ◦ blue 184

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

Shades of Lily #CC86B8

Tints of Lily #CC86B8

RGB

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

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

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

R = 39.08%
G = 25.67%
B = 35.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.2

RGB Variations

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

Color information

#CC86B8 (or 0xCC86B8) is known color: Lily. HEX triplet: CC, 86 and B8. RGB value is (204,134,184). Sum of RGB (Red+Green+Blue) = 204+134+184=522 (69% of max value = 765). Red value is 204 (80.08% from 255 or 39.08% from 522); Green value is 134 (52.73% from 255 or 25.67% from 522); Blue value is 184 (72.27% from 255 or 35.25% from 522); Max value from RGB is 204 - color contains mainly: red. Hex color #CC86B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CC86B8 is #337947. Grayscale: #A0A0A0. Windows color (decimal): -3373384 or 12093132. OLE color: 12093132.

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

Color convert

RGB 204 134 184 -
CMYK 0 0.34 0.10 0.2
HSL 317.14º 0.41% 0.66% -
HSV(B) 317.14º 0.34% 0.8% -
XYZ 42.08 33.35 49.57 -
YUV 160.63 141.19 158.93 -
System Red Green Blue C M Y K H S L
Decimal 204 134 184 0 0.34 0.10 0.2 317.14 0.41 0.66
Hex CC 86 B8 0 22 A 14 13D 29 42
Octal 314 206 270 0 42 12 24 475 51 102
Binary 11001100 10000110 10111000 0 100010 1010 10100 100111101 101001 1000010

Color Harmonies of #CC86B8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC86B8

Black with #CC86B8

Text Example


Text Example

White with #CC86B8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC86B8; }

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

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

background-color css

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

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

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

border-color css

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

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

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