Html Css Color HEX #C693AD Lily

📋 copy color: '#C693AD'

red 198 ◦ green 147 ◦ blue 173

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

Shades of Lily #C693AD

Tints of Lily #C693AD

RGB

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

 GREEN value IS 147 (57.81% from 255) = 28.38%

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

R = 38.22%
G = 28.38%
B = 33.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C693AD (or 0xC693AD) is known color: Lily. HEX triplet: C6, 93 and AD. RGB value is (198,147,173). Sum of RGB (Red+Green+Blue) = 198+147+173=518 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.22% from 518); Green value is 147 (57.81% from 255 or 28.38% from 518); Blue value is 173 (67.97% from 255 or 33.40% from 518); Max value from RGB is 198 - color contains mainly: red. Hex color #C693AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C693AD is #396C52. Grayscale: #A5A5A5. Windows color (decimal): -3763283 or 11375558. OLE color: 11375558.

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

Color convert

RGB 198 147 173 -
CMYK 0 0.26 0.13 0.22
HSL 329.41º 0.31% 0.68% -
HSV(B) 329.41º 0.26% 0.78% -
XYZ 41.27 35.89 44.29 -
YUV 165.21 132.4 151.39 -
System Red Green Blue C M Y K H S L
Decimal 198 147 173 0 0.26 0.13 0.22 329.41 0.31 0.68
Hex C6 93 AD 0 1A D 16 149 1F 44
Octal 306 223 255 0 32 15 26 511 37 104
Binary 11000110 10010011 10101101 0 11010 1101 10110 101001001 11111 1000100

Color Harmonies of #C693AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C693AD

Black with #C693AD

Text Example


Text Example

White with #C693AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C693AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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