Html Css Color HEX #CC88AC Lily

📋 copy color: '#CC88AC'

red 204 ◦ green 136 ◦ blue 172

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

Shades of Lily #CC88AC

Tints of Lily #CC88AC

RGB

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

 GREEN value IS 136 (53.52% from 255) = 26.56%

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

R = 39.84%
G = 26.56%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC88AC (or 0xCC88AC) is known color: Lily. HEX triplet: CC, 88 and AC. RGB value is (204,136,172). Sum of RGB (Red+Green+Blue) = 204+136+172=512 (67% of max value = 765). Red value is 204 (80.08% from 255 or 39.84% from 512); Green value is 136 (53.52% from 255 or 26.56% from 512); Blue value is 172 (67.58% from 255 or 33.59% from 512); Max value from RGB is 204 - color contains mainly: red. Hex color #CC88AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC88AC is #337753. Grayscale: #A0A0A0. Windows color (decimal): -3372884 or 11307212. OLE color: 11307212.

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

Color convert

RGB 204 136 172 -
CMYK 0 0.33 0.16 0.2
HSL 328.24º 0.4% 0.67% -
HSV(B) 328.24º 0.33% 0.8% -
XYZ 41.15 33.42 43.31 -
YUV 160.44 134.53 159.07 -
System Red Green Blue C M Y K H S L
Decimal 204 136 172 0 0.33 0.16 0.2 328.24 0.4 0.67
Hex CC 88 AC 0 21 10 14 148 28 43
Octal 314 210 254 0 41 20 24 510 50 103
Binary 11001100 10001000 10101100 0 100001 10000 10100 101001000 101000 1000011

Color Harmonies of #CC88AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC88AC

Black with #CC88AC

Text Example


Text Example

White with #CC88AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC88AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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