Html Css Color HEX #C691AA Lily

📋 copy color: '#C691AA'

red 198 ◦ green 145 ◦ blue 170

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

Shades of Lily #C691AA

Tints of Lily #C691AA

RGB

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

 GREEN value IS 145 (57.03% from 255) = 28.27%

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

R = 38.6%
G = 28.27%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#C691AA (or 0xC691AA) is known color: Lily. HEX triplet: C6, 91 and AA. RGB value is (198,145,170). Sum of RGB (Red+Green+Blue) = 198+145+170=513 (67% of max value = 765). Red value is 198 (77.73% from 255 or 38.60% from 513); Green value is 145 (57.03% from 255 or 28.27% from 513); Blue value is 170 (66.80% from 255 or 33.14% from 513); Max value from RGB is 198 - color contains mainly: red. Hex color #C691AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C691AA is #396E55. Grayscale: #A3A3A3. Windows color (decimal): -3763798 or 11178438. OLE color: 11178438.

HSL color Cylindrical-coordinate representation of color #C691AA: hue angle of 331.7º degrees, saturation: 0.32, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C691AA is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 145 170 -
CMYK 0 0.27 0.14 0.22
HSL 331.7º 0.32% 0.67% -
HSV(B) 331.7º 0.27% 0.78% -
XYZ 40.67 35.16 42.67 -
YUV 163.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 198 145 170 0 0.27 0.14 0.22 331.7 0.32 0.67
Hex C6 91 AA 0 1B E 16 14C 20 43
Octal 306 221 252 0 33 16 26 514 40 103
Binary 11000110 10010001 10101010 0 11011 1110 10110 101001100 100000 1000011

Color Harmonies of #C691AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C691AA

Black with #C691AA

Text Example


Text Example

White with #C691AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C691AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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