Html Css Color HEX #C694AD Lily

📋 copy color: '#C694AD'

red 198 ◦ green 148 ◦ blue 173

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

Shades of Lily #C694AD

Tints of Lily #C694AD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 28.52%

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

R = 38.15%
G = 28.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.22

RGB Variations

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

Color information

#C694AD (or 0xC694AD) is known color: Lily. HEX triplet: C6, 94 and AD. RGB value is (198,148,173). Sum of RGB (Red+Green+Blue) = 198+148+173=519 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.15% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 173 (67.97% from 255 or 33.33% from 519); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AD is #396B52. Grayscale: #A5A5A5. Windows color (decimal): -3763027 or 11375814. OLE color: 11375814.

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

Color convert

RGB 198 148 173 -
CMYK 0 0.25 0.13 0.22
HSL 330º 0.3% 0.68% -
HSV(B) 330º 0.25% 0.78% -
XYZ 41.42 36.2 44.34 -
YUV 165.8 132.07 150.97 -
System Red Green Blue C M Y K H S L
Decimal 198 148 173 0 0.25 0.13 0.22 330 0.3 0.68
Hex C6 94 AD 0 19 D 16 14A 1E 44
Octal 306 224 255 0 31 15 26 512 36 104
Binary 11000110 10010100 10101101 0 11001 1101 10110 101001010 11110 1000100

Color Harmonies of #C694AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694AD

Black with #C694AD

Text Example


Text Example

White with #C694AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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