Html Css Color HEX #C694AB Lily

📋 copy color: '#C694AB'

red 198 ◦ green 148 ◦ blue 171

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

Shades of Lily #C694AB

Tints of Lily #C694AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 33.08%

R = 38.3%
G = 28.63%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C694AB (or 0xC694AB) is known color: Lily. HEX triplet: C6, 94 and AB. RGB value is (198,148,171). Sum of RGB (Red+Green+Blue) = 198+148+171=517 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.30% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 171 (67.19% from 255 or 33.08% from 517); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AB is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AB is #396B54. Grayscale: #A5A5A5. Windows color (decimal): -3763029 or 11244742. OLE color: 11244742.

HSL color Cylindrical-coordinate representation of color #C694AB: hue angle of 332.4º 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 #C694AB is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 148 171 -
CMYK 0 0.25 0.14 0.22
HSL 332.4º 0.3% 0.68% -
HSV(B) 332.4º 0.25% 0.78% -
XYZ 41.23 36.13 43.33 -
YUV 165.57 131.07 151.13 -
System Red Green Blue C M Y K H S L
Decimal 198 148 171 0 0.25 0.14 0.22 332.4 0.3 0.68
Hex C6 94 AB 0 19 E 16 14C 1E 44
Octal 306 224 253 0 31 16 26 514 36 104
Binary 11000110 10010100 10101011 0 11001 1110 10110 101001100 11110 1000100

Color Harmonies of #C694AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694AB

Black with #C694AB

Text Example


Text Example

White with #C694AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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