Html Css Color HEX #CC8AAC Lily

📋 copy color: '#CC8AAC'

red 204 ◦ green 138 ◦ blue 172

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

Shades of Lily #CC8AAC

Tints of Lily #CC8AAC

RGB

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

 GREEN value IS 138 (54.3% from 255) = 26.85%

 BLUE value IS 172 (67.58% from 255) = 33.46%

R = 39.69%
G = 26.85%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC8AAC (or 0xCC8AAC) is known color: Lily. HEX triplet: CC, 8A and AC. RGB value is (204,138,172). Sum of RGB (Red+Green+Blue) = 204+138+172=514 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.69% from 514); Green value is 138 (54.30% from 255 or 26.85% from 514); Blue value is 172 (67.58% from 255 or 33.46% from 514); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8AAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8AAC is #337553. Grayscale: #A1A1A1. Windows color (decimal): -3372372 or 11307724. OLE color: 11307724.

HSL color Cylindrical-coordinate representation of color #CC8AAC: hue angle of 329.09º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CC8AAC is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 138 172 -
CMYK 0 0.32 0.16 0.2
HSL 329.09º 0.39% 0.67% -
HSV(B) 329.09º 0.32% 0.8% -
XYZ 41.44 33.99 43.41 -
YUV 161.61 133.87 158.24 -
System Red Green Blue C M Y K H S L
Decimal 204 138 172 0 0.32 0.16 0.2 329.09 0.39 0.67
Hex CC 8A AC 0 20 10 14 149 27 43
Octal 314 212 254 0 40 20 24 511 47 103
Binary 11001100 10001010 10101100 0 100000 10000 10100 101001001 100111 1000011

Color Harmonies of #CC8AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8AAC

Black with #CC8AAC

Text Example


Text Example

White with #CC8AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8AAC; }

 p { color: rgb(204,138,172); }

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

background-color css

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

 a { background-color: rgb(204,138,172); }

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

border-color css

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

 span { border-color: rgb(204,138,172); }

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