Html Css Color HEX #CC84AB Lily

📋 copy color: '#CC84AB'

red 204 ◦ green 132 ◦ blue 171

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

Shades of Lily #CC84AB

Tints of Lily #CC84AB

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.04%

 BLUE value IS 171 (67.19% from 255) = 33.73%

R = 40.24%
G = 26.04%
B = 33.73%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC84AB (or 0xCC84AB) is known color: Lily. HEX triplet: CC, 84 and AB. RGB value is (204,132,171). Sum of RGB (Red+Green+Blue) = 204+132+171=507 (67% of max value = 765). Red value is 204 (80.08% from 255 or 40.24% from 507); Green value is 132 (51.95% from 255 or 26.04% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 204 - color contains mainly: red. Hex color #CC84AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC84AB is #337B54. Grayscale: #9D9D9D. Windows color (decimal): -3373909 or 11240652. OLE color: 11240652.

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

Color convert

RGB 204 132 171 -
CMYK 0 0.35 0.16 0.2
HSL 327.5º 0.41% 0.66% -
HSV(B) 327.5º 0.35% 0.8% -
XYZ 40.5 32.28 42.62 -
YUV 157.97 135.35 160.83 -
System Red Green Blue C M Y K H S L
Decimal 204 132 171 0 0.35 0.16 0.2 327.5 0.41 0.66
Hex CC 84 AB 0 23 10 14 148 29 42
Octal 314 204 253 0 43 20 24 510 51 102
Binary 11001100 10000100 10101011 0 100011 10000 10100 101001000 101001 1000010

Color Harmonies of #CC84AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC84AB

Black with #CC84AB

Text Example


Text Example

White with #CC84AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC84AB; }

 p { color: rgb(204,132,171); }

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

background-color css

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

 a { background-color: rgb(204,132,171); }

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

border-color css

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

 span { border-color: rgb(204,132,171); }

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