Html Css Color HEX #CD8CAC Lily

📋 copy color: '#CD8CAC'

red 205 ◦ green 140 ◦ blue 172

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

Shades of Lily #CD8CAC

Tints of Lily #CD8CAC

RGB

 RED value IS 205 (80.47% from 255) = 39.65%

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

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

R = 39.65%
G = 27.08%
B = 33.27%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.16

 K value IS 0.20

RGB Variations

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

Color information

#CD8CAC (or 0xCD8CAC) is known color: Lily. HEX triplet: CD, 8C and AC. RGB value is (205,140,172). Sum of RGB (Red+Green+Blue) = 205+140+172=517 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.65% from 517); Green value is 140 (55.08% from 255 or 27.08% from 517); Blue value is 172 (67.58% from 255 or 33.27% from 517); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8CAC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8CAC is #327353. Grayscale: #A3A3A3. Windows color (decimal): -3306324 or 11308237. OLE color: 11308237.

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

Color convert

RGB 205 140 172 -
CMYK 0 0.32 0.16 0.20
HSL 330.46º 0.39% 0.68% -
HSV(B) 330.46º 0.32% 0.8% -
XYZ 42 34.71 43.52 -
YUV 163.08 133.03 157.9 -
System Red Green Blue C M Y K H S L
Decimal 205 140 172 0 0.32 0.16 0.20 330.46 0.39 0.68
Hex CD 8C AC 0 20 10 14 14A 27 44
Octal 315 214 254 0 40 20 24 512 47 104
Binary 11001101 10001100 10101100 0 100000 10000 10100 101001010 100111 1000100

Color Harmonies of #CD8CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD8CAC

Black with #CD8CAC

Text Example


Text Example

White with #CD8CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD8CAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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