Html Css Color HEX #C694AA Lily

📋 copy color: '#C694AA'

red 198 ◦ green 148 ◦ blue 170

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

Shades of Lily #C694AA

Tints of Lily #C694AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 32.95%

R = 38.37%
G = 28.68%
B = 32.95%

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

#C694AA (or 0xC694AA) is known color: Lily. HEX triplet: C6, 94 and AA. RGB value is (198,148,170). Sum of RGB (Red+Green+Blue) = 198+148+170=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 148 (58.20% from 255 or 28.68% from 516); Blue value is 170 (66.80% from 255 or 32.95% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C694AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C694AA is #396B55. Grayscale: #A5A5A5. Windows color (decimal): -3763030 or 11179206. OLE color: 11179206.

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

Color convert

RGB 198 148 170 -
CMYK 0 0.25 0.14 0.22
HSL 333.6º 0.3% 0.68% -
HSV(B) 333.6º 0.25% 0.78% -
XYZ 41.13 36.09 42.83 -
YUV 165.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 198 148 170 0 0.25 0.14 0.22 333.6 0.3 0.68
Hex C6 94 AA 0 19 E 16 14E 1E 44
Octal 306 224 252 0 31 16 26 516 36 104
Binary 11000110 10010100 10101010 0 11001 1110 10110 101001110 11110 1000100

Color Harmonies of #C694AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C694AA

Black with #C694AA

Text Example


Text Example

White with #C694AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C694AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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