Html Css Color HEX #C69DAD Lily

📋 copy color: '#C69DAD'

red 198 ◦ green 157 ◦ blue 173

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

Shades of Lily #C69DAD

Tints of Lily #C69DAD

RGB

 RED value IS 198 (77.73% from 255) = 37.5%

 GREEN value IS 157 (61.72% from 255) = 29.73%

 BLUE value IS 173 (67.97% from 255) = 32.77%

R = 37.5%
G = 29.73%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C69DAD (or 0xC69DAD) is known color: Lily. HEX triplet: C6, 9D and AD. RGB value is (198,157,173). Sum of RGB (Red+Green+Blue) = 198+157+173=528 (69% of max value = 765). Red value is 198 (77.73% from 255 or 37.5% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 173 (67.97% from 255 or 32.77% from 528); Max value from RGB is 198 - color contains mainly: red. Hex color #C69DAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C69DAD is #396252. Grayscale: #ABABAB. Windows color (decimal): -3760723 or 11378118. OLE color: 11378118.

HSL color Cylindrical-coordinate representation of color #C69DAD: hue angle of 336.59º degrees, saturation: 0.26, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69DAD is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 157 173 -
CMYK 0 0.21 0.13 0.22
HSL 336.59º 0.26% 0.7% -
HSV(B) 336.59º 0.21% 0.78% -
XYZ 42.89 39.14 44.83 -
YUV 171.08 129.08 147.2 -
System Red Green Blue C M Y K H S L
Decimal 198 157 173 0 0.21 0.13 0.22 336.59 0.26 0.7
Hex C6 9D AD 0 15 D 16 151 1A 46
Octal 306 235 255 0 25 15 26 521 32 106
Binary 11000110 10011101 10101101 0 10101 1101 10110 101010001 11010 1000110

Color Harmonies of #C69DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C69DAD

Black with #C69DAD

Text Example


Text Example

White with #C69DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C69DAD; }

 p { color: rgb(198,157,173); }

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

background-color css

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

 a { background-color: rgb(198,157,173); }

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

border-color css

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

 span { border-color: rgb(198,157,173); }

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