Html Css Color HEX #CC8CAC Lily

📋 copy color: '#CC8CAC'

red 204 ◦ green 140 ◦ blue 172

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

Shades of Lily #CC8CAC

Tints of Lily #CC8CAC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.13%

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

R = 39.53%
G = 27.13%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC8CAC (or 0xCC8CAC) is known color: Lily. HEX triplet: CC, 8C and AC. RGB value is (204,140,172). Sum of RGB (Red+Green+Blue) = 204+140+172=516 (68% of max value = 765). Red value is 204 (80.08% from 255 or 39.53% from 516); Green value is 140 (55.08% from 255 or 27.13% from 516); Blue value is 172 (67.58% from 255 or 33.33% from 516); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8CAC is #337353. Grayscale: #A2A2A2. Windows color (decimal): -3371860 or 11308236. OLE color: 11308236.

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

Color convert

RGB 204 140 172 -
CMYK 0 0.31 0.16 0.2
HSL 330º 0.39% 0.67% -
HSV(B) 330º 0.31% 0.8% -
XYZ 41.73 34.57 43.5 -
YUV 162.78 133.2 157.4 -
System Red Green Blue C M Y K H S L
Decimal 204 140 172 0 0.31 0.16 0.2 330 0.39 0.67
Hex CC 8C AC 0 1F 10 14 14A 27 43
Octal 314 214 254 0 37 20 24 512 47 103
Binary 11001100 10001100 10101100 0 11111 10000 10100 101001010 100111 1000011

Color Harmonies of #CC8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8CAC

Black with #CC8CAC

Text Example


Text Example

White with #CC8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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